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

Diff for /pegasus/src/Pegasus/ProviderManager2/OperationResponseHandler.cpp between version 1.24.8.2 and 1.25

version 1.24.8.2, 2007/08/13 09:41:49 version 1.25, 2008/05/12 09:14:54
Line 34 
Line 34 
 #include "OperationResponseHandler.h" #include "OperationResponseHandler.h"
 #include "CIMOMHandleContext.h" #include "CIMOMHandleContext.h"
  
 #include <Pegasus/Common/Logger.h>  #include <Pegasus/Common/Tracer.h>
 #include <Pegasus/Common/SharedPtr.h> #include <Pegasus/Common/SharedPtr.h>
 #include <Pegasus/Provider/CIMOMHandle.h> #include <Pegasus/Provider/CIMOMHandle.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
 #ifdef PEGASUS_USE_DIRECTACCESS_FOR_LOCAL_DEPEND  
 extern bool runtime_context_is_directaccess_cim;  
 #endif  
  
 // //
 // OperationResponseHandler // OperationResponseHandler
Line 165 
Line 162 
     // some handlers do not send async because their callers cannot handle     // some handlers do not send async because their callers cannot handle
     // partial responses. If this is the case, stop here.     // partial responses. If this is the case, stop here.
  
 #ifdef PEGASUS_USE_DIRECTACCESS_FOR_LOCAL_DEPEND  
     if ( runtime_context_is_directaccess_cim || !isAsync() )  
 #else  
     if (!isAsync())     if (!isAsync())
 #endif  
     {     {
         // preserve traditional behavior         // preserve traditional behavior
         if (isComplete)         if (isComplete)
Line 229 
Line 222 
         simple.clear();         simple.clear();
     }     }
  
     String function = getClass() + "::" + "transfer";      PEG_TRACE((
     Logger::put(          TRC_PROVIDERMANAGER,
         Logger::STANDARD_LOG,          Tracer::LEVEL4,
         System::CIMSERVER,          "%s::transfer",
         Logger::TRACE,          (const char*) getClass().getCString()));
         function);  
  
     transfer();     transfer();
     simple.clear();     simple.clear();


Legend:
Removed from v.1.24.8.2  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2