(file) Return to PresidentProviderMain.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus_unsupported / utils / cimreg / PresidentProvider

 1 mike  1.1 #include "PresidentProvider.h"
 2           #include "../cimreg.h"
 3           
 4           PEGASUS_NAMESPACE_BEGIN
 5           
 6           extern "C" PEGASUS_EXPORT 
 7           CIMProvider* PegasusCreateProvider(const String& name)
 8           {
 9               printf("PegasusCreateProvider[%s]\n", (const char*)name.getCString());
10               return new PresidentProvider;
11           }
12           
13           PEGASUS_NAMESPACE_END
14           
15           PEGASUS_MODULE(PresidentModule);
16           PEGASUS_PROVIDER(PresidentProvider, President, Instance:Method);
17           PEGASUS_PROVIDER(VicepresidentProvider, Vicepresident, Instance:Method);

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2