(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.11 and 1.12

version 1.11, 2010/02/17 11:28:21 version 1.12, 2011/01/07 02:17:20
Line 372 
Line 372 
     // to the binary data and pass this for example to the JNI implementation     // to the binary data and pass this for example to the JNI implementation
     // of the JSR48 CIM Client for Java.     // of the JSR48 CIM Client for Java.
     CIMResponseData& responseData = msg->getResponseData();     CIMResponseData& responseData = msg->getResponseData();
     responseData.setBinary(in,false);      responseData.setRemainingBinaryData(in);
  
     msg->binaryRequest=true;     msg->binaryRequest=true;
     return msg;     return msg;
Line 440 
Line 440 
     // to the binary data and pass this for example to the JNI implementation     // to the binary data and pass this for example to the JNI implementation
     // of the JSR48 CIM Client for Java.     // of the JSR48 CIM Client for Java.
     CIMResponseData& responseData = msg->getResponseData();     CIMResponseData& responseData = msg->getResponseData();
     responseData.setBinary(in,false);      responseData.setRemainingBinaryData(in);
  
     msg->binaryRequest = true;     msg->binaryRequest = true;
     return msg;     return msg;
Line 554 
Line 554 
     // to the binary data and pass this for example to the JNI implementation     // to the binary data and pass this for example to the JNI implementation
     // of the JSR48 CIM Client for Java.     // of the JSR48 CIM Client for Java.
     CIMResponseData& responseData = msg->getResponseData();     CIMResponseData& responseData = msg->getResponseData();
     responseData.setBinary(in,false);      responseData.setRemainingBinaryData(in);
  
     msg->binaryRequest = true;     msg->binaryRequest = true;
     return msg;     return msg;
Line 1071 
Line 1071 
     // to the binary data and pass this for example to the JNI implementation     // to the binary data and pass this for example to the JNI implementation
     // of the JSR48 CIM Client for Java.     // of the JSR48 CIM Client for Java.
     CIMResponseData& responseData = msg->getResponseData();     CIMResponseData& responseData = msg->getResponseData();
     responseData.setBinary(in,false);      responseData.setRemainingBinaryData(in);
  
     msg->binaryRequest = true;     msg->binaryRequest = true;
     return msg;     return msg;
Line 1218 
Line 1218 
     // to the binary data and pass this for example to the JNI implementation     // to the binary data and pass this for example to the JNI implementation
     // of the JSR48 CIM Client for Java.     // of the JSR48 CIM Client for Java.
     CIMResponseData& responseData = msg->getResponseData();     CIMResponseData& responseData = msg->getResponseData();
     responseData.setBinary(in,false);      responseData.setRemainingBinaryData(in);
  
     msg->binaryRequest = true;     msg->binaryRequest = true;
     return msg;     return msg;
Line 1369 
Line 1369 
     // to the binary data and pass this for example to the JNI implementation     // to the binary data and pass this for example to the JNI implementation
     // of the JSR48 CIM Client for Java.     // of the JSR48 CIM Client for Java.
     CIMResponseData& responseData = msg->getResponseData();     CIMResponseData& responseData = msg->getResponseData();
     responseData.setBinary(in,false);      responseData.setRemainingBinaryData(in);
  
     msg->binaryRequest = true;     msg->binaryRequest = true;
     return msg;     return msg;
Line 1496 
Line 1496 
     // to the binary data and pass this for example to the JNI implementation     // to the binary data and pass this for example to the JNI implementation
     // of the JSR48 CIM Client for Java.     // of the JSR48 CIM Client for Java.
     CIMResponseData& responseData = msg->getResponseData();     CIMResponseData& responseData = msg->getResponseData();
     responseData.setBinary(in,false);      responseData.setRemainingBinaryData(in);
  
     msg->binaryRequest = true;     msg->binaryRequest = true;
  
Line 3013 
Line 3013 
     // to the binary data and pass this for example to the JNI implementation     // to the binary data and pass this for example to the JNI implementation
     // of the JSR48 CIM Client for Java.     // of the JSR48 CIM Client for Java.
     CIMResponseData& responseData = msg->getResponseData();     CIMResponseData& responseData = msg->getResponseData();
     responseData.setBinary(in,false);      responseData.setRemainingBinaryData(in);
  
     msg->binaryRequest = true;     msg->binaryRequest = true;
     return msg;     return msg;
Line 3201 
Line 3201 
 CIMResponseMessage* BinaryCodec::decodeResponse( CIMResponseMessage* BinaryCodec::decodeResponse(
     CIMBuffer& buf)     CIMBuffer& buf)
 { {
     // Turn on validation:      // Turn on validation: This is a debugging tool
 #if defined(ENABLE_VALIDATION) #if defined(ENABLE_VALIDATION)
     buf.setValidate(true);     buf.setValidate(true);
 #endif #endif


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2