This commit is contained in:
valeski%netscape.com 2000-08-26 08:15:31 +00:00
Родитель d4f375f9bd
Коммит e95eb51dd1
2 изменённых файлов: 5 добавлений и 6 удалений

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

@ -91,12 +91,6 @@
#include "nsIDocShell.h"
#include "nsIXULWindow.h"
#ifdef DEBUG
#ifdef XP_MAC
#include <Timer.h>
#endif
#endif
#define BOOKMARK_TIMEOUT 15000 // fire every 15 seconds
// #define DEBUG_BOOKMARK_PING_OUTPUT 1

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

@ -35,6 +35,11 @@
#include "nsString.h"
#include "nsIFileSpec.h"
#ifdef DEBUG
#ifdef XP_MAC
#include <Timer.h>
#endif
#endif
class nsBookmarksService : public nsIBookmarksService,
public nsIRDFDataSource,