#include "sbTimingService.h"
#include "sbTestHarnessCID.h"
#include <nsICategoryManager.h>
#include <nsIDateTimeFormat.h>
#include <nsILocale.h>
#include <nsILocaleService.h>
#include <nsIObserverService.h>
#include <nsAutoPtr.h>
#include <nsComponentManagerUtils.h>
#include <nsDateTimeFormatCID.h>
#include <nsILocalFile.h>
#include <nsNetUtil.h>
#include <nsServiceManagerUtils.h>
#include <nsXPCOMCID.h>
#include <sbStringUtils.h>
Go to the source code of this file.
Macros | |
#define | NS_APPSTARTUP_CATEGORY "app-startup" |
#define | NS_APPSTARTUP_TOPIC "app-startup" |
Functions | |
NS_IMPL_THREADSAFE_ISUPPORTS1 (sbTimingServiceTimer, sbITimingServiceTimer) sbTimingServiceTimer | |
NS_IMPL_THREADSAFE_ISUPPORTS1 (sbTimingService, sbITimingService) sbTimingService | |
static nsresult | CheckEnvironmentVariable (nsIFile **aFile) |
#define NS_APPSTARTUP_CATEGORY "app-startup" |
Definition at line 46 of file sbTimingService.cpp.
#define NS_APPSTARTUP_TOPIC "app-startup" |
Definition at line 47 of file sbTimingService.cpp.
|
static |
NS_IMPL_THREADSAFE_ISUPPORTS1 | ( | sbTimingServiceTimer | , |
sbITimingServiceTimer | |||
) |
Definition at line 49 of file sbTimingService.cpp.
NS_IMPL_THREADSAFE_ISUPPORTS1 | ( | sbTimingService | , |
sbITimingService | |||
) |
Definition at line 123 of file sbTimingService.cpp.