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

Diff for /pegasus/src/Pegasus/Common/CIMResponseData.cpp between version 1.5.2.3 and 1.5.2.4

version 1.5.2.3, 2011/10/11 18:18:08 version 1.5.2.4, 2011/10/13 16:17:12
Line 645 
Line 645 
     if (RESP_ENC_BINARY == (_encoding & RESP_ENC_BINARY))     if (RESP_ENC_BINARY == (_encoding & RESP_ENC_BINARY))
     {     {
         PEGASUS_ASSERT(false);   // KS_TEMP         PEGASUS_ASSERT(false);   // KS_TEMP
   
         // Binary does NOT need a marker as it consists of C++ and SCMO         // Binary does NOT need a marker as it consists of C++ and SCMO
         const Array<Uint8>& data = _binaryData;         const Array<Uint8>& data = _binaryData;
         out.putBytes(data.getData(), data.size());         out.putBytes(data.getData(), data.size());


Legend:
Removed from v.1.5.2.3  
changed lines
  Added in v.1.5.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2