(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.19 and 1.20

version 1.19, 2002/08/23 18:48:25 version 1.20, 2002/08/27 17:42:26
Line 111 
Line 111 
     String tmp;     String tmp;
  
     if (this->hasFlavor (CIMFlavor::OVERRIDABLE))     if (this->hasFlavor (CIMFlavor::OVERRIDABLE))
         tmp += "OVERRIDABLE ";          tmp.append("OVERRIDABLE ");
  
     if (this->hasFlavor (CIMFlavor::TOSUBCLASS))     if (this->hasFlavor (CIMFlavor::TOSUBCLASS))
         tmp += "TOSUBCLASS ";          tmp.append("TOSUBCLASS ");
  
     if (this->hasFlavor (CIMFlavor::TOINSTANCE))     if (this->hasFlavor (CIMFlavor::TOINSTANCE))
         tmp += "TOINSTANCE ";          tmp.append("TOINSTANCE ");
  
     if (this->hasFlavor (CIMFlavor::TRANSLATABLE))     if (this->hasFlavor (CIMFlavor::TRANSLATABLE))
         tmp += "TRANSLATABLE ";          tmp.append("TRANSLATABLE ");
  
     if (this->hasFlavor (CIMFlavor::DISABLEOVERRIDE))     if (this->hasFlavor (CIMFlavor::DISABLEOVERRIDE))
         tmp += "DISABLEOVERRIDE ";          tmp.append("DISABLEOVERRIDE ");
  
     if (this->hasFlavor (CIMFlavor::RESTRICTED))     if (this->hasFlavor (CIMFlavor::RESTRICTED))
         tmp += "RESTRICTED ";          tmp.append("RESTRICTED ");
  
     if (tmp.size ())     if (tmp.size ())
         tmp.remove (tmp.size () - 1);         tmp.remove (tmp.size () - 1);


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2