(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.9 and 1.10

version 1.9, 2001/12/13 14:53:49 version 1.10, 2002/01/29 14:46:14
Line 82 
Line 82 
  
     String tmp;     String tmp;
  
     if (!overridable)      tmp = "";
   
       if (overridable)
           tmp += "EnableOverride, ";
       else
         tmp += "DisableOverride, ";         tmp += "DisableOverride, ";
  
     if (!toSubClass)     if (!toSubClass)
Line 90 
Line 94 
  
     /* this is not a legal MOF flavor     /* this is not a legal MOF flavor
     if (toInstance)     if (toInstance)
         tmp += "TOINSTANCE, ";          tmp += "TOINSTANCE ";
     */     */
  
     if (translatable)     if (translatable)


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2