aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/skin/widgets/mb/mbsvcwac.cpp
blob: 1f68199b3c2f6dda39b8e4344f5e58dd2522aaf1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#include "precomp.h"
#include "mbsvc.h"
#include "svc.h"
#include "../studio/genwnd.h"

static WACNAME wac;
WAComponentClient *the = &wac;
WACNAME *wacmb = &wac;

#include "../studio/services/servicei.h"

// {181BE599-2249-4a1c-8283-4EE85FE8EC86}
static const GUID guid = 
{ 0x181be599, 0x2249, 0x4a1c, { 0x82, 0x83, 0x4e, 0xe8, 0x5f, 0xe8, 0xec, 0x86 } };

WACNAME::WACNAME() {
  registerService(new waServiceFactoryT<svc_miniBrowser, MbSvc>);
}

WACNAME::~WACNAME() {
}

GUID WACNAME::getGUID() {
  return guid;
}