Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
20
Src/Plugins/SDK/plLoadEx/SimpleHandlerFactory.h
Normal file
20
Src/Plugins/SDK/plLoadEx/SimpleHandlerFactory.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
#ifndef NULLSOFT_PLLOADEX_SIMPLEHANDLERFACTORY_H
|
||||
#define NULLSOFT_PLLOADEX_SIMPLEHANDLERFACTORY_H
|
||||
|
||||
#include "api/service/waservicefactory.h"
|
||||
|
||||
class SimpleHandlerFactory : public waServiceFactory
|
||||
{
|
||||
public:
|
||||
FOURCC GetServiceType();
|
||||
const char *GetServiceName();
|
||||
GUID GetGuid();
|
||||
void *GetInterface(int global_lock = TRUE);
|
||||
int ReleaseInterface(void *ifc);
|
||||
|
||||
protected:
|
||||
RECVS_DISPATCH; // all Wasabi objects implementing a Dispatchable interface require this
|
||||
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue