(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 and 1.24.8.1

version 1.24, 2007/05/02 19:17:00 version 1.24.8.1, 2007/06/22 10:33:24
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
   extern bool runtime_context_is_directaccess_cim;
   #endif
  
 // //
 // OperationResponseHandler // OperationResponseHandler
Line 162 
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
       if ( runtime_context_is_directaccess_cim || !isAsync() )
   #else
     if (!isAsync())     if (!isAsync())
   #endif
     {     {
         // preserve traditional behavior         // preserve traditional behavior
         if (isComplete)         if (isComplete)


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2