#include "sbIPDController.h"
#include "sbIPDLog.h"
#include "sbIPDMarshall.h"
#include "sbIPDSysDevice.h"
#include "sbIPDUtils.h"
#include <sbDeviceCompatibility.h>
#include <nsAutoPtr.h>
#include <nsIClassInfoImpl.h>
#include <nsIGenericFactory.h>
#include <nsIProgrammingLanguage.h>
#include <nsIPropertyBag.h>
#include <nsIVariant.h>
#include <nsIWritablePropertyBag.h>
#include <nsMemory.h>
#include <nsServiceManagerUtils.h>
#include <sbDebugUtils.h>
Go to the source code of this file.
Functions | |
SB_DEVICE_CONTROLLER_REGISTERSELF_IMPL (sbIPDController,"@songbirdnest.com/Songbird/IPDController;1") NS_IMETHODIMP sbIPDController | |
SB_DEVICE_CONTROLLER_REGISTERSELF_IMPL | ( | sbIPDController | , |
"@songbirdnest.com/Songbird/IPDController;1" | |||
) |
Given a set of device parameters, attempt to determine if the device is supported, and with what level of functionality.
Definition at line 69 of file sbIPDController.cpp.