Searched defs:TestFactory (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestFactory.cpp40 #include "TestFactory.h"
70 * TestFactory implementation
73 class TestFactory: public nsIFactory { class in inherits:nsIFactory
77 TestFactory() { function in class:TestFactory
87 NS_IMPL_ISUPPORTS1(TestFactory, nsIFactory)
89 nsresult TestFactory::CreateInstance(nsISupports *aDelegate,
126 new TestFactory());

Completed in 41 milliseconds