#include "DeviceManager.h"
#include "DeviceBase.h"
#include <nsAutoLock.h>
#include <nsComponentManagerUtils.h>
#include <nsIComponentRegistrar.h>
#include <nsIObserverService.h>
#include <nsISimpleEnumerator.h>
#include <nsServiceManagerUtils.h>
#include <nsISupportsPrimitives.h>
#include <nsXPCOM.h>
#include <prlog.h>
#include <sbILibraryManager.h>
Go to the source code of this file.
Macros | |
#define | LOG(args) /* nothing */ |
#define | SB_DEVICE_PREFIX "@songbirdnest.com/Songbird/OldDeviceImpl/" |
Functions | |
NS_IMPL_THREADSAFE_ISUPPORTS2 (sbDeviceManagerObsolete, sbIDeviceManager, nsIObserver) sbDeviceManagerObsolete | |
Media device Component Implementation.
Definition in file DeviceManager.cpp.
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 54 of file DeviceManager.cpp.
#define SB_DEVICE_PREFIX "@songbirdnest.com/Songbird/OldDeviceImpl/" |
Definition at line 57 of file DeviceManager.cpp.
NS_IMPL_THREADSAFE_ISUPPORTS2 | ( | sbDeviceManagerObsolete | , |
sbIDeviceManager | , | ||
nsIObserver | |||
) |
Definition at line 68 of file DeviceManager.cpp.