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

Diff for /pegasus/src/Pegasus/Common/XmlReader.cpp between version 1.41 and 1.42

version 1.41, 2002/03/21 01:33:54 version 1.42, 2002/03/21 02:50:31
Line 912 
Line 912 
  
 // The Specification for the Representation of CIM in XML does not indicate // The Specification for the Representation of CIM in XML does not indicate
 // that a default value should be used when a VALUE element is empty. // that a default value should be used when a VALUE element is empty.
 #if 0  //#if 0
     // If strlen == 0, set to default value for type     // If strlen == 0, set to default value for type
  
     if (strlen(valueString)==0)     if (strlen(valueString)==0)
Line 934 
Line 934 
             case CIMType::REAL64: return CIMValue(Real64(0));             case CIMType::REAL64: return CIMValue(Real64(0));
         }         }
     }     }
 #endif  //#endif
  
     // Create value per type     // Create value per type
     switch (type)     switch (type)


Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2