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

File: [Pegasus] / pegasus_unsupported / utils / cimreg / cimreg.h (download)
Revision: 1.1, Tue Feb 28 18:26:38 2006 UTC (18 years, 4 months ago) by mike
Branch: MAIN
PEP#: 000
TITLE: New CIMREG utility

DESCRIPTION: New utility to register a provider.

#ifndef _cimreg_h
#define _cimreg_h

#define PEGASUS_MODULE(MODULE) \
  static const char __pegasus_module[] = \
      "@(#)PEGASUS_MODULE=" MODULE

#define PEGASUS_PROVIDER(PROVIDER, CLASS, TYPES) \
    static const char __pegasus_provider[] = \
        "@(#)PEGASUS_PROVIDER=" PROVIDER "," CLASS "," TYPES

#endif /* _cimreg_h */

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2