Remove unnecessary factory function prototype
Change-Id: I5fd41bca54c7b716003eea92e90ddfd08ebfa95a
This commit is contained in:
@@ -77,7 +77,6 @@ typedef struct __MetadataImporterPluginType
|
|||||||
MetadataImporterPluginType *AllocMetadataImporterPluginType(CFUUIDRef inFactoryID);
|
MetadataImporterPluginType *AllocMetadataImporterPluginType(CFUUIDRef inFactoryID);
|
||||||
void DeallocMetadataImporterPluginType(MetadataImporterPluginType *thisInstance);
|
void DeallocMetadataImporterPluginType(MetadataImporterPluginType *thisInstance);
|
||||||
HRESULT MetadataImporterQueryInterface(void *thisInstance,REFIID iid,LPVOID *ppv);
|
HRESULT MetadataImporterQueryInterface(void *thisInstance,REFIID iid,LPVOID *ppv);
|
||||||
void *MetadataImporterPluginFactory(CFAllocatorRef allocator,CFUUIDRef typeID);
|
|
||||||
ULONG MetadataImporterPluginAddRef(void *thisInstance);
|
ULONG MetadataImporterPluginAddRef(void *thisInstance);
|
||||||
ULONG MetadataImporterPluginRelease(void *thisInstance);
|
ULONG MetadataImporterPluginRelease(void *thisInstance);
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user