Implementation for sbMetadataCrashTracker.h. More...
#include <nspr.h>#include <nscore.h>#include <nsAutoLock.h>#include <nsServiceManagerUtils.h>#include <nsCRTGlue.h>#include <nsIFile.h>#include <nsIFileURL.h>#include <nsAutoPtr.h>#include <nsThreadUtils.h>#include <nsNetUtil.h>#include <nsIURI.h>#include <nsIIOService.h>#include <nsIPrefService.h>#include <nsIPrefBranch2.h>#include <nsIInputStream.h>#include <nsILineInputStream.h>#include "sbMetadataCrashTracker.h"#include "prlog.h"Go to the source code of this file.
Macros | |
| #define | DEFAULT_MAP_SIZE 20 |
| #define | TRACE(args) /* nothing */ |
| #define | LOG(args) /* nothing */ |
Functions | |
| NS_IMPL_THREADSAFE_ISUPPORTS0 (sbMetadataCrashTracker) | |
Implementation for sbMetadataCrashTracker.h.
Definition in file sbMetadataCrashTracker.cpp.
| #define DEFAULT_MAP_SIZE 20 |
Definition at line 56 of file sbMetadataCrashTracker.cpp.
| #define LOG | ( | args | ) | /* nothing */ |
Definition at line 65 of file sbMetadataCrashTracker.cpp.
| #define TRACE | ( | args | ) | /* nothing */ |
Definition at line 64 of file sbMetadataCrashTracker.cpp.
| NS_IMPL_THREADSAFE_ISUPPORTS0 | ( | sbMetadataCrashTracker | ) |