NOT PART oF BUILD - PHOTON ONLY
Made the timers for photon work as a component by defining NS_TIMER_PH_CID and changing the component name to the new name. git-svn-id: svn://10.0.0.236/trunk@73243 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0a6c3cfd47
commit
77d5ef4dab
@ -27,13 +27,18 @@
|
||||
#include "nsUnixTimerCIID.h"
|
||||
#include "nsTimerPh.h"
|
||||
|
||||
// {48B62AD2-48D3-11d3-B224-000064657374}
|
||||
#define NS_TIMER_PH_CID \
|
||||
{ 0x48b62ad2, 0x48d3, 0x11d3, \
|
||||
{ 0xb2, 0x24, 0x0, 0x0, 0x64, 0x65, 0x73, 0x74 } }
|
||||
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsTimerPh)
|
||||
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "Photon timer",
|
||||
NS_TIMER_PH_CID,
|
||||
"component://netscape/timer/unix/ph",
|
||||
"component://netscape/timer",
|
||||
nsTimerPhConstructor }
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user