#include "sbDeviceCapsCompatibility.h"#include <nsArrayUtils.h>#include <sbFraction.h>#include <sbIDeviceCapabilities.h>#include <sbIMediaInspector.h>#include <sbMemoryUtils.h>Go to the source code of this file.
Macros | |
| #define | LOG(args) /* nothing */ |
| #define | TRACE(args) /* nothing */ |
Functions | |
| NS_IMPL_THREADSAFE_ISUPPORTS1 (sbDeviceCapsCompatibility, sbIDeviceCapsCompatibility) sbDeviceCapsCompatibility | |
| static PRBool | StringEqualsToCString (nsAString &string1, nsACString &string2) |
| #define LOG | ( | args | ) | /* nothing */ |
To log this class, set the following environment variable in a debug build: NSPR_LOG_MODULES=sbDeviceCapsCompatibility:5 (or :3 for LOG messages only)
Definition at line 45 of file sbDeviceCapsCompatibility.cpp.
| #define TRACE | ( | args | ) | /* nothing */ |
Definition at line 46 of file sbDeviceCapsCompatibility.cpp.
| NS_IMPL_THREADSAFE_ISUPPORTS1 | ( | sbDeviceCapsCompatibility | , |
| sbIDeviceCapsCompatibility | |||
| ) |
Definition at line 49 of file sbDeviceCapsCompatibility.cpp.
|
inlinestatic |
Definition at line 81 of file sbDeviceCapsCompatibility.cpp.