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

Diff for /pegasus_unsupported/utils/cimreg/cimreg.h between version 1.1 and 1.2

version 1.1, 2006/02/28 18:26:38 version 1.2, 2007/03/23 19:15:49
Line 3 
Line 3 
  
 #define PEGASUS_MODULE(MODULE) \ #define PEGASUS_MODULE(MODULE) \
   static const char __pegasus_module[] = \   static const char __pegasus_module[] = \
       "@(#)PEGASUS_MODULE=" MODULE        "@(#)PEGASUS_MODULE=" #MODULE
  
 #define PEGASUS_PROVIDER(PROVIDER, CLASS, TYPES) \ #define PEGASUS_PROVIDER(PROVIDER, CLASS, TYPES) \
     static const char __pegasus_provider[] = \      static const char __pegasus_provider##PROVIDER##CLASS[] = \
         "@(#)PEGASUS_PROVIDER=" PROVIDER "," CLASS "," TYPES          "@(#)PEGASUS_PROVIDER=" #PROVIDER "," #CLASS "," #TYPES
  
 #endif /* _cimreg_h */ #endif /* _cimreg_h */


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2