27 #ifndef sbMacAppDelegate_h_
28 #define sbMacAppDelegate_h_
30 #include <nsIObserver.h>
31 #include <nsIComponentManager.h>
32 #include <nsIGenericFactory.h>
47 sbMacAppDelegateManager();
48 virtual ~sbMacAppDelegateManager();
55 static NS_METHOD RegisterSelf(nsIComponentManager* aCompMgr,
57 const char* aLoaderStr,
59 const nsModuleComponentInfo *aInfo);
66 #define SONGBIRD_MACAPPDELEGATEMANAGER_CONTRACTID \
67 "@songbirdnest.com/integration/mac-app-delegate-mgr;1"
68 #define SONGBIRD_MACAPPDELEGATEMANAGER_CLASSNAME \
69 "Songbird Mac Application Delegate Manager"
70 #define SONGBIRD_MACAPPDELEGATEMANAGER_CID \
75 {0x85, 0x0F, 0x26, 0x20, 0x1F, 0x73, 0x70, 0xD6} \
78 #endif // sbMacAppDelegate_h_