sbDeviceEventTesterModule.cpp File Reference
#include <nsCOMPtr.h>
#include <nsServiceManagerUtils.h>
#include <nsICategoryManager.h>
#include <nsIGenericFactory.h>
#include "sbDeviceEventTesterRemoval.h"
#include "sbDeviceEventTesterStressThreads.h"
Include dependency graph for sbDeviceEventTesterModule.cpp:

Go to the source code of this file.

Functions

 NS_GENERIC_FACTORY_CONSTRUCTOR (sbDeviceEventTesterRemoval)
 
 NS_GENERIC_FACTORY_CONSTRUCTOR (sbDeviceEventTesterStressThreads)
 

Variables

static nsModuleComponentInfo sbDeviceEventTesterComponents []
 

Function Documentation

NS_GENERIC_FACTORY_CONSTRUCTOR ( sbDeviceEventTesterRemoval  )
NS_GENERIC_FACTORY_CONSTRUCTOR ( sbDeviceEventTesterStressThreads  )

Variable Documentation

nsModuleComponentInfo sbDeviceEventTesterComponents[]
static
Initial value:
=
{
{
"Songbird Device Event Tester - Removal",
{ 0xd37fe51b, 0xf17e, 0x464e,
{ 0x9d, 0xcf, 0x37, 0x1f, 0x82, 0x8f, 0xde, 0x66 } },
"@songbirdnest.com/Songbird/Device/EventTester/Removal;1",
sbDeviceEventTesterRemovalConstructor
},
{
"Songbird Device Event Tester - Thread Stresser",
{ 0xda2ce34c, 0xa53a, 0x414e,
{ 0x9f, 0x23, 0x9f, 0xf3, 0xa7, 0x18, 0x7f, 0xfa } },
"@songbirdnest.com/Songbird/Device/EventTester/StressThreads;1",
sbDeviceEventTesterStressThreadsConstructor
}
}

Definition at line 44 of file sbDeviceEventTesterModule.cpp.