#include "sbDistHelperEnvWriter.h"
#include <nsICategoryManager.h>
#include <nsIFile.h>
#include <nsIObserverService.h>
#include <nsIProperties.h>
#include <nsCOMPtr.h>
#include <nsDirectoryServiceDefs.h>
#include <nsNetUtil.h>
#include <nsServiceManagerUtils.h>
#include <nsStringAPI.h>
#include <nsXPCOMCID.h>
#include <prio.h>
Go to the source code of this file.
Macros | |
#define | NS_APPSTARTUP_CATEGORY "app-startup" |
#define | XRE_UPDATE_ROOT_DIR "UpdRootD" |
#define | TOPIC_UPDATE_STATUS "update-service-pre-update-status" |
#define | TRACE(args) /* nothing */ |
#define | LOG(args) /* nothing */ |
Variables | |
char ** | environ |
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 76 of file sbDistHelperEnvWriter.cpp.
#define NS_APPSTARTUP_CATEGORY "app-startup" |
Definition at line 58 of file sbDistHelperEnvWriter.cpp.
#define TOPIC_UPDATE_STATUS "update-service-pre-update-status" |
Definition at line 60 of file sbDistHelperEnvWriter.cpp.
#define TRACE | ( | args | ) | /* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbDistHelperEnvWriter:5
Definition at line 75 of file sbDistHelperEnvWriter.cpp.
#define XRE_UPDATE_ROOT_DIR "UpdRootD" |
Definition at line 59 of file sbDistHelperEnvWriter.cpp.
char** environ |