#include "sbRemoteNotificationManager.h"
#include <nsIStringBundle.h>
#include <nsAutoPtr.h>
#include <nsServiceManagerUtils.h>
#include <nsComponentManagerUtils.h>
#include <sbIDataRemote.h>
#include <sbILibrary.h>
#include <sbILibraryManager.h>
Go to the source code of this file.
Macros | |
#define | SB_DATAREMOTE_FACEPLATE_STATUS NS_LITERAL_STRING("faceplate.status.override.text") |
#define | TIMER_RESOLUTION 500 |
#define | MAX_NOTIFICATION_TIME 1 * PR_USEC_PER_SEC |
#define | BUNDLE_URL "chrome://songbird/locale/songbird.properties" |
#define | TRACE(args) PR_LOG(gRemoteNotificationManagerLog, PR_LOG_DEBUG, args) |
#define | LOG(args) PR_LOG(gRemoteNotificationManagerLog, PR_LOG_WARN, args) |
#define BUNDLE_URL "chrome://songbird/locale/songbird.properties" |
Definition at line 43 of file sbRemoteNotificationManager.cpp.
Definition at line 54 of file sbRemoteNotificationManager.cpp.
#define MAX_NOTIFICATION_TIME 1 * PR_USEC_PER_SEC |
Definition at line 41 of file sbRemoteNotificationManager.cpp.
#define SB_DATAREMOTE_FACEPLATE_STATUS NS_LITERAL_STRING("faceplate.status.override.text") |
Definition at line 38 of file sbRemoteNotificationManager.cpp.
#define TIMER_RESOLUTION 500 |
Definition at line 40 of file sbRemoteNotificationManager.cpp.
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbRemoteNotificationManager:5
Definition at line 53 of file sbRemoteNotificationManager.cpp.