(file) Return to CIMFlavor.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/CIMFlavor.cpp between version 1.12 and 1.13

version 1.12, 2002/03/07 00:44:14 version 1.13, 2002/03/28 02:57:54
Line 37 
Line 37 
  
 const Uint32 CIMFlavor::NONE = 0; const Uint32 CIMFlavor::NONE = 0;
 const Uint32 CIMFlavor::OVERRIDABLE = 1; const Uint32 CIMFlavor::OVERRIDABLE = 1;
   const Uint32 CIMFlavor::ENABLEOVERRIDE = 1;
 const Uint32 CIMFlavor::TOSUBCLASS = 2; const Uint32 CIMFlavor::TOSUBCLASS = 2;
 const Uint32 CIMFlavor::TOINSTANCE = 4; const Uint32 CIMFlavor::TOINSTANCE = 4;
 const Uint32 CIMFlavor::TRANSLATABLE = 8; const Uint32 CIMFlavor::TRANSLATABLE = 8;
 const Uint32 CIMFlavor::TOSUBELEMENTS = TOSUBCLASS | TOINSTANCE; const Uint32 CIMFlavor::TOSUBELEMENTS = TOSUBCLASS | TOINSTANCE;
   const Uint32 CIMFlavor::DISABLEOVERRIDE = 16;
   const Uint32 CIMFlavor::RESTRICTED = 32;
 const Uint32 CIMFlavor::DEFAULTS = OVERRIDABLE | TOSUBCLASS; const Uint32 CIMFlavor::DEFAULTS = OVERRIDABLE | TOSUBCLASS;
   // ATTN: P1 KS 24 March 2002 Change here to make TOINSTANCE part of the defaults
   //const Uint32 CIMFlavor::DEFAULTS = OVERRIDABLE | TOSUBCLASS| TOINSTANCE;
   const Uint32 CIMFlavor::ALL = OVERRIDABLE | DEFAULTS
                                                    | TRANSLATABLE | DISABLEOVERRIDE | RESTRICTED;
  
 static const char* _toString(Boolean x) static const char* _toString(Boolean x)
 { {
Line 89 
Line 96 
  
     tmp = "";     tmp = "";
  
     //cout << "KSTEST MOF " << flavor << "  overridable = " << overridable << endl;  
   
     if (!overridable)     if (!overridable)
         tmp += "DisableOverride, ";         tmp += "DisableOverride, ";
  
Line 123 
Line 128 
     if (!overridable)     if (!overridable)
         out << " OVERRIDABLE=\"" << _toString(overridable) << "\"";         out << " OVERRIDABLE=\"" << _toString(overridable) << "\"";
  
     /*cout << "KSTEST XML " << flavor << "  overridable = "      /*cout << "KSTEST XML " << hex << flavor << "  overridable = "
         << overridable         << overridable
         << " " << FlavorToMof(flavor)         << " " << FlavorToMof(flavor)
         << endl;*/         << endl;*/


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2