CIDs are now kept in nsAppShellCIDs.h

This commit is contained in:
rpotts%netscape.com 1999-01-21 07:20:01 +00:00
Родитель fbffd07ed8
Коммит 038df08a5d
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,11 @@
*/
#include "nsIFactory.h"
#include "nscore.h"
#include "nsIAppShellService.h"
#include "nsAppShellCIDs.h"
/* extern the factory entry points... */
nsresult NS_NewAppShellServiceFactory(nsIFactory** aFactory);
static NS_DEFINE_IID(kAppShellServiceCID, NS_APPSHELL_SERVICE_CID);