#include "sbBaseScreenSaverSuppressor.h"
#include <nsIAppStartupNotifier.h>
#include <nsICategoryManager.h>
#include <nsIGenericFactory.h>
#include <nsIObserverService.h>
#include <nsServiceManagerUtils.h>
#include <prlog.h>
Go to the source code of this file.
Macros | |
#define | TRACE(args) /* nothing */ |
#define | LOG(args) /* nothing */ |
Functions | |
NS_IMPL_ISUPPORTS2 (sbBaseScreenSaverSuppressor, sbIScreenSaverSuppressor, nsIObserver) sbBaseScreenSaverSuppressor | |
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 49 of file sbBaseScreenSaverSuppressor.cpp.
#define TRACE | ( | args | ) | /* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbBaseScreenSaverSuppressor:5
Definition at line 48 of file sbBaseScreenSaverSuppressor.cpp.
NS_IMPL_ISUPPORTS2 | ( | sbBaseScreenSaverSuppressor | , |
sbIScreenSaverSuppressor | , | ||
nsIObserver | |||
) |
Definition at line 52 of file sbBaseScreenSaverSuppressor.cpp.