oops! I didn't mean to checkt this change in with my last landing

This commit is contained in:
alecf%netscape.com 2001-03-13 07:25:04 +00:00
Родитель 2fb4111355
Коммит b3e6a3e098
3 изменённых файлов: 8 добавлений и 4 удалений

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

@ -47,6 +47,10 @@ interface nsIGlobalHistory : nsISupports
};
%{ C++
// {9491C382-E3C4-11D2-BDBE-0050040A9B44}
#define NS_GLOBALHISTORY_CID \
{ 0x9491c382, 0xe3c4, 0x11d2, { 0xbd, 0xbe, 0x0, 0x50, 0x4, 0xa, 0x9b, 0x44} }
#define NS_GLOBALHISTORY_CONTRACTID \
"@mozilla.org/browser/global-history;1"

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

@ -47,6 +47,10 @@ interface nsIGlobalHistory : nsISupports
};
%{ C++
// {9491C382-E3C4-11D2-BDBE-0050040A9B44}
#define NS_GLOBALHISTORY_CID \
{ 0x9491c382, 0xe3c4, 0x11d2, { 0xbd, 0xbe, 0x0, 0x50, 0x4, 0xa, 0x9b, 0x44} }
#define NS_GLOBALHISTORY_CONTRACTID \
"@mozilla.org/browser/global-history;1"

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

@ -43,10 +43,6 @@
#include "nsAWritableString.h"
#include "nsITimer.h"
// {9491C382-E3C4-11D2-BDBE-0050040A9B44}
#define NS_GLOBALHISTORY_CID \
{ 0x9491c382, 0xe3c4, 0x11d2, { 0xbd, 0xbe, 0x0, 0x50, 0x4, 0xa, 0x9b, 0x44} }
//----------------------------------------------------------------------
//
// nsMdbTableEnumerator