#include "sbRemoteCommands.h"
#include "sbSecurityMixin.h"
#include <sbClassInfoUtils.h>
#include <nsAutoPtr.h>
#include <nsIDOMElement.h>
#include <nsIDocument.h>
#include <nsIDOMDocument.h>
#include <nsIDOMEvent.h>
#include <nsIDOMEventTarget.h>
#include <nsIDOMWindow.h>
#include <nsIURI.h>
#include <nsServiceManagerUtils.h>
#include <nsStringGlue.h>
#include <prlog.h>
Go to the source code of this file.
Macros | |
#define | LOG(args) PR_LOG(gRemoteCommandsLog, PR_LOG_WARN, args) |
Functions | |
NS_IMPL_ISUPPORTS5 (sbRemoteCommands, nsIClassInfo, nsISecurityCheckedComponent, sbIPlaylistCommands, sbIRemoteCommands, sbISecurityAggregator) NS_IMPL_CI_INTERFACE_GETTER4(sbRemoteCommands | |
Variables | |
static const char * | sPublicWProperties [] = { "" } |
static const char * | sPublicRProperties [] |
static const char * | sPublicMethods [] |
nsISecurityCheckedComponent | |
sbIRemoteCommands | |
sbIPlaylistCommands | |
Definition at line 50 of file sbRemoteCommands.cpp.
NS_IMPL_ISUPPORTS5 | ( | sbRemoteCommands | , |
nsIClassInfo | , | ||
nsISecurityCheckedComponent | , | ||
sbIPlaylistCommands | , | ||
sbIRemoteCommands | , | ||
sbISecurityAggregator | |||
) |
nsISecurityCheckedComponent |
Definition at line 92 of file sbRemoteCommands.cpp.
Definition at line 92 of file sbRemoteCommands.cpp.
Definition at line 92 of file sbRemoteCommands.cpp.
|
static |
Definition at line 62 of file sbRemoteCommands.cpp.
|
static |
Definition at line 54 of file sbRemoteCommands.cpp.
|
static |
Definition at line 52 of file sbRemoteCommands.cpp.