(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.29 and 1.5.2.30

version 1.5.2.29, 2014/07/17 21:01:31 version 1.5.2.30, 2014/08/14 18:42:37
Line 921 
Line 921 
  
     PEGASUS_DEBUG_ASSERT(valid());     PEGASUS_DEBUG_ASSERT(valid());
  
 ////  PEG_TRACE(( TRC_DISPATCHER, Tracer::LEVEL4,   // KS_TODO TEMP  
 ////    "completeHostNameAndNamespace Setting hostName, etc "  
 ////    "host %s ns %s set for dataType=%u encoding=%u isPull=%s",  
 ////        (const char *)hn.getCString(),  
 ////        (const char *)ns.getString().getCString(),  
 ////        _dataType, _encoding, boolToString(isPullOperation) ));  
   
     if (RESP_ENC_BINARY == (_encoding & RESP_ENC_BINARY))     if (RESP_ENC_BINARY == (_encoding & RESP_ENC_BINARY))
     {     {
         // On binary need to remember hostname and namespace in case someone         // On binary need to remember hostname and namespace in case someone
Line 2226 
Line 2219 
 } }
  
 // The following are debugging support only // The following are debugging support only
 //// #ifdef PEGASUS_DEBUG  //// FUTURE: Make this conditional compile
 void CIMResponseData::traceResponseData() const void CIMResponseData::traceResponseData() const
 { {
     PEG_TRACE((TRC_XML, Tracer::LEVEL3,     PEG_TRACE((TRC_XML, Tracer::LEVEL3,
Line 2249 
Line 2242 
  
     return(rtnStr);     return(rtnStr);
 } }
 //// #endif  
  
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.5.2.29  
changed lines
  Added in v.1.5.2.30

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2