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

Diff for /pegasus/src/Pegasus/Common/Attic/BinaryStreamer.cpp between version 1.30 and 1.31

version 1.30, 2006/01/30 16:16:46 version 1.31, 2006/03/03 20:31:25
Line 199 
Line 199 
  
     if (tmp_String.size() == 0)     if (tmp_String.size() == 0)
     {     {
         x = CIMObject();          // This should not occur since _unpackValue() won't call _unpack()
           // if the value is Null.
           PEGASUS_ASSERT(false);
     }     }
     else     else
     {     {


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2