sbPrefBranch.h File Reference
#include <nsCOMPtr.h>
#include <nsThreadUtils.h>
#include <nsComponentManagerUtils.h>
#include <nsIPrefBranch.h>
#include <nsIPrefService.h>
#include <nsIVariant.h>
#include <sbProxiedComponentManager.h>
Include dependency graph for sbPrefBranch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sbPrefBranch
 

Macros

#define __ENSURE_SUCCESS(rv)
 

Macro Definition Documentation

#define __ENSURE_SUCCESS (   rv)
Value:
if (NS_FAILED(rv)) { \
*aResult = rv; \
NS_ENSURE_SUCCESS(rv, /*void */); \
} \
PR_END_MACRO
if(DEBUG_DATAREMOTES)