(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.1 and 1.24.8.2

version 1.24.8.1, 2007/06/22 10:33:24 version 1.24.8.2, 2007/08/13 09:41:49
Line 39 
Line 39 
 #include <Pegasus/Provider/CIMOMHandle.h> #include <Pegasus/Provider/CIMOMHandle.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
 #ifdef PEGASUS_USE_DIRECTACCESS_FOR_LOCAL  #ifdef PEGASUS_USE_DIRECTACCESS_FOR_LOCAL_DEPEND
 extern bool runtime_context_is_directaccess_cim; extern bool runtime_context_is_directaccess_cim;
 #endif #endif
  
Line 165 
Line 165 
     // 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  #ifdef PEGASUS_USE_DIRECTACCESS_FOR_LOCAL_DEPEND
     if ( runtime_context_is_directaccess_cim || !isAsync() )     if ( runtime_context_is_directaccess_cim || !isAsync() )
 #else #else
     if (!isAsync())     if (!isAsync())


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2