sbFileSystemTree.cpp File Reference
#include "sbFileSystemTree.h"
#include <nsComponentManagerUtils.h>
#include <nsServiceManagerUtils.h>
#include <nsCRT.h>
#include <nsThreadUtils.h>
#include <nsAutoLock.h>
#include <nsISimpleEnumerator.h>
#include <nsIProxyObjectManager.h>
#include <nsIRunnable.h>
#include <nsIThreadManager.h>
#include <nsIThreadPool.h>
#include <sbProxiedComponentManager.h>
#include <sbStringUtils.h>
#include "sbFileSystemChange.h"
Include dependency graph for sbFileSystemTree.cpp:

Go to the source code of this file.

Classes

struct  NodeContext
 

Macros

#define PATH_SEPERATOR_CHAR   NS_LITERAL_STRING(FILE_PATH_SEPARATOR).CharAt(0)
 
#define TRACE(args)   /* nothing */
 
#define LOG(args)   /* nothing */
 

Macro Definition Documentation

#define LOG (   args)    /* nothing */

Definition at line 53 of file sbFileSystemTree.cpp.

#define PATH_SEPERATOR_CHAR   NS_LITERAL_STRING(FILE_PATH_SEPARATOR).CharAt(0)

Definition at line 43 of file sbFileSystemTree.cpp.

#define TRACE (   args)    /* nothing */

Definition at line 52 of file sbFileSystemTree.cpp.