sbTestMediacoreBaseModule.cpp File Reference

Songbird Mediacore Base Test Component Factory and Main Entry Point. More...

#include <nsCOMPtr.h>
#include <nsServiceManagerUtils.h>
#include <nsICategoryManager.h>
#include <nsIGenericFactory.h>
#include "sbTestDummyMediacoreManager.h"
#include "sbTestMediacoreEventCreator.h"
#include "sbTestMediacoreStressThreads.h"
Include dependency graph for sbTestMediacoreBaseModule.cpp:

Go to the source code of this file.

Functions

 NS_GENERIC_FACTORY_CONSTRUCTOR (sbTestDummyMediacoreManager)
 
 NS_GENERIC_FACTORY_CONSTRUCTOR (sbTestMediacoreEventCreator)
 
 NS_GENERIC_FACTORY_CONSTRUCTOR (sbTestMediacoreStressThreads)
 

Variables

static nsModuleComponentInfo sbTestMediacoreBaseComponents []
 

Detailed Description

Songbird Mediacore Base Test Component Factory and Main Entry Point.

Definition in file sbTestMediacoreBaseModule.cpp.

Function Documentation

NS_GENERIC_FACTORY_CONSTRUCTOR ( sbTestDummyMediacoreManager  )
NS_GENERIC_FACTORY_CONSTRUCTOR ( sbTestMediacoreEventCreator  )
NS_GENERIC_FACTORY_CONSTRUCTOR ( sbTestMediacoreStressThreads  )

Variable Documentation

nsModuleComponentInfo sbTestMediacoreBaseComponents[]
static
Initial value:
=
{
{
"sbTestDummyMediacoreManager" ,
{ 0x00831a9c, 0x1d9d, 0x4515, { 0x86, 0x20, 0x5e, 0xf8, 0xc8, 0x53, 0x55, 0xa4 } } ,
"@songbirdnest.com/mediacore/sbTestDummyMediacoreManager;1" ,
sbTestDummyMediacoreManagerConstructor
},
{
"sbTestMediacoreEventCreator" ,
{ 0x77cf73E7, 0xFc6b, 0x458b, { 0x96, 0x9a, 0x97, 0x94, 0x5f, 0x41, 0x60, 0xb7 } } ,
"@songbirdnest.com/mediacore/sbTestMediacoreEventCreator;1" ,
sbTestMediacoreEventCreatorConstructor
},
{
"sbTestMediacoreEventCreator" ,
{ 0xa2c2010f, 0xd87d, 0x440d, { 0xbf, 0x2e, 0x74, 0x54, 0x2b, 0x9b, 0xeb, 0xea } } ,
"@songbirdnest.com/mediacore/sbTestMediacoreStressThreads;1" ,
sbTestMediacoreStressThreadsConstructor
}
}

Definition at line 47 of file sbTestMediacoreBaseModule.cpp.