diff options
author | Jean-Francois Mauguit <jfmauguit@mac.com> | 2024-09-24 09:03:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 09:03:25 -0400 |
commit | bab614c421ed7ae329d26bf028c4a3b1d2450f5a (patch) | |
tree | 12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/Wasabi/api/service/waservicefactoryx.h | |
parent | 4bde6044fddf053f31795b9eaccdd2a5a527d21f (diff) | |
parent | 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (diff) | |
download | winamp-bab614c421ed7ae329d26bf028c4a3b1d2450f5a.tar.gz |
Merge pull request #5 from WinampDesktop/community
Merge to main
Diffstat (limited to 'Src/Wasabi/api/service/waservicefactoryx.h')
-rw-r--r-- | Src/Wasabi/api/service/waservicefactoryx.h | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Src/Wasabi/api/service/waservicefactoryx.h b/Src/Wasabi/api/service/waservicefactoryx.h new file mode 100644 index 00000000..dd00a241 --- /dev/null +++ b/Src/Wasabi/api/service/waservicefactoryx.h @@ -0,0 +1,37 @@ +// ---------------------------------------------------------------------------- +// Generated by InterfaceFactory [Wed May 07 00:57:16 2003] +// +// File : waservicefactoryx.h +// Class : waServiceFactory +// class layer : Dispatchable Receiver +// ---------------------------------------------------------------------------- + +#ifndef __WASERVICEFACTORYX_H +#define __WASERVICEFACTORYX_H + +#include "waservicefactory.h" + +// ---------------------------------------------------------------------------- + +class NOVTABLE waServiceFactoryX : public waServiceFactory { + protected: + waServiceFactoryX() {} + protected: + + public: + + virtual FOURCC x_getServiceType()=0; + virtual const char *x_getServiceName()=0; + virtual GUID getGuid()=0; + virtual void *getInterface(int global_lock = TRUE)=0; + virtual void *_RETIRED_getInterface()=0; + virtual int supportNonLockingGetInterface()=0; + virtual int releaseInterface(void *ifc)=0; + virtual const wchar_t *getTestString()=0; + virtual int serviceNotify(int msg, int param1 = 0, int param2 = 0)=0; + + protected: + RECVS_DISPATCH; +}; + +#endif // __WASERVICEFACTORYX_H |