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

Diff for /pegasus/src/Pegasus/ExportServer/CIMExportRequestDispatcher.cpp between version 1.35 and 1.36

version 1.35, 2005/07/08 14:51:15 version 1.36, 2005/07/26 21:42:21
Line 34 
Line 34 
 //                (carolann_graves@hp.com) //                (carolann_graves@hp.com)
 //              Yi Zhou, Hewlett-Packard Company (yi_zhou@hp.com) //              Yi Zhou, Hewlett-Packard Company (yi_zhou@hp.com)
 //              Vijay Eli, IBM (vijayeli@in.ibm.com) //              Vijay Eli, IBM (vijayeli@in.ibm.com)
   //              John Alex, IBM (johnalex@us.ibm.com) - Bug#2290
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 211 
Line 212 
             CIMExportIndicationResponseMessage* response =             CIMExportIndicationResponseMessage* response =
                 _handleExportIndicationRequest(                 _handleExportIndicationRequest(
                     (CIMExportIndicationRequestMessage*) message);                     (CIMExportIndicationRequestMessage*) message);
   
               Tracer::trace(
                   TRC_HTTP,
                   Tracer::LEVEL3,
                   "_CIMExportRequestDispatcher::handleEnqueue(message) - message->getCloseConnect() returned %d",
                   message->getCloseConnect());
   
               response->setCloseConnect(message->getCloseConnect());
   
             SendForget(response);             SendForget(response);
             break;             break;
         }         }
Line 221 
Line 231 
                     "message type '%u'", message->getType());                     "message type '%u'", message->getType());
             break;             break;
     }     }
   
     delete message;     delete message;
  
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();


Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2