DatabaseEngineComponent.cpp File Reference

Songbird Database Engine Component Factory and Main Entry Point. More...

#include "nsIGenericFactory.h"
#include "DatabaseQuery.h"
#include "DatabaseResult.h"
#include "DatabaseEngine.h"
Include dependency graph for DatabaseEngineComponent.cpp:

Go to the source code of this file.

Functions

static void sbDatabaseEngineDestructor (nsIModule *me)
 

Variables

static nsModuleComponentInfo sbDatabaseEngine []
 

Detailed Description

Songbird Database Engine Component Factory and Main Entry Point.

Definition in file DatabaseEngineComponent.cpp.

Function Documentation

static void sbDatabaseEngineDestructor ( nsIModule *  me)
static

Definition at line 68 of file DatabaseEngineComponent.cpp.

Variable Documentation

nsModuleComponentInfo sbDatabaseEngine[]
static
Initial value:
=
{
{
"Songbird Database Engine Interface" ,
{ 0x67d9edfd, 0x9a76, 0x4d60, {0x9d, 0x76, 0x59, 0x18, 0x18, 0x1, 0xe1, 0x93} } ,
"@songbirdnest.com/Songbird/DatabaseEngine;1" ,
CDatabaseEngineConstructor
},
{
"Songbird Database Query Interface" ,
{ 0x377a6592, 0x64bd, 0x4a6b, {0xa9, 0x41, 0xd4, 0x88, 0xab, 0xb5, 0xa8, 0xaa} } ,
"@songbirdnest.com/Songbird/DatabaseQuery;1" ,
CDatabaseQueryConstructor
},
{
"Songbird Database Result Interface" ,
{ 0x9079e1b1, 0x1e9, 0x4cb8, {0x9f, 0x2a, 0x8, 0xfd, 0xf6, 0x95, 0x97, 0xcf} } ,
"@songbirdnest.com/Songbird/DatabaseResult;1" ,
CDatabaseResultConstructor
}
}

Definition at line 43 of file DatabaseEngineComponent.cpp.