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

File: [Pegasus] / pegasus_unsupported / utils / cimreg / PresidentProvider / PresidentProviderMain.cpp (download)
Revision: 1.1, Fri Mar 23 18:15:50 2007 UTC (17 years, 3 months ago) by mike
Branch: MAIN
CVS Tags: HEAD
BUG#: 9999
TITLE: Unsupported

DESCRIPTION: Unsupported

#include "PresidentProvider.h"
#include "../cimreg.h"

PEGASUS_NAMESPACE_BEGIN

extern "C" PEGASUS_EXPORT 
CIMProvider* PegasusCreateProvider(const String& name)
{
    printf("PegasusCreateProvider[%s]\n", (const char*)name.getCString());
    return new PresidentProvider;
}

PEGASUS_NAMESPACE_END

PEGASUS_MODULE(PresidentModule);
PEGASUS_PROVIDER(PresidentProvider, President, Instance:Method);
PEGASUS_PROVIDER(VicepresidentProvider, Vicepresident, Instance:Method);

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2