1
0

mbsvcwac.cpp 517 B

1234567891011121314151617181920212223242526
  1. #include "precomp.h"
  2. #include "mbsvc.h"
  3. #include "svc.h"
  4. #include "../studio/genwnd.h"
  5. static WACNAME wac;
  6. WAComponentClient *the = &wac;
  7. WACNAME *wacmb = &wac;
  8. #include "../studio/services/servicei.h"
  9. // {181BE599-2249-4a1c-8283-4EE85FE8EC86}
  10. static const GUID guid =
  11. { 0x181be599, 0x2249, 0x4a1c, { 0x82, 0x83, 0x4e, 0xe8, 0x5f, 0xe8, 0xec, 0x86 } };
  12. WACNAME::WACNAME() {
  13. registerService(new waServiceFactoryT<svc_miniBrowser, MbSvc>);
  14. }
  15. WACNAME::~WACNAME() {
  16. }
  17. GUID WACNAME::getGUID() {
  18. return guid;
  19. }