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

Diff for /pegasus/src/Pegasus/Common/BinaryCodec.cpp between version 1.4 and 1.5

version 1.4, 2008/12/02 09:00:42 version 1.5, 2008/12/09 18:47:44
Line 371 
Line 371 
     if (msg->resolveCallback && msg->binaryEncoding)     if (msg->resolveCallback && msg->binaryEncoding)
     {     {
         const Array<Uint8>& data = msg->binaryData;         const Array<Uint8>& data = msg->binaryData;
         out.putBytes((char*)data.getData(), data.size());          out.putBytes(data.getData(), data.size());
     }     }
     else     else
     {     {
Line 640 
Line 640 
     if (msg->resolveCallback && msg->binaryEncoding)     if (msg->resolveCallback && msg->binaryEncoding)
     {     {
         const Array<Uint8>& data = msg->binaryData;         const Array<Uint8>& data = msg->binaryData;
         out.putBytes((char*)data.getData(), data.size());          out.putBytes(data.getData(), data.size());
     }     }
     else     else
     {     {


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2