FileSystemComponent.cpp File Reference
#include <nsIGenericFactory.h>
#include "sbFileSystemCID.h"
#include "sbFileSystemNode.h"
#include "linux/sbLinuxFileSystemWatcher.h"
Include dependency graph for FileSystemComponent.cpp:

Go to the source code of this file.

Variables

static nsModuleComponentInfo sbFileSystem []
 

Variable Documentation

nsModuleComponentInfo sbFileSystem[]
static
Initial value:
=
{
{
"Songbird FileSystem Watcher" ,
{ 0xA433A0C9, 0xC350, 0x421A, {0xAA, 0xA0, 0xA2, 0x5E, 0xA2, 0xBF, 0xBE, 0x64} } ,
"@songbirdnest.com/filesystem/watcher;1" ,
sbLinuxFileSystemWatcherConstructor
},
{
"Songbird FileSystem Node" ,
{ 0x57DAC47F, 0x2796, 0x4570, {0x86, 0xC3, 0xF6, 0x7C, 0xDC, 0x11, 0xCD, 0x31} } ,
nsnull,
sbFileSystemNodeConstructor
},
}

Definition at line 45 of file FileSystemComponent.cpp.