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

Diff for /pegasus/src/Pegasus/ExportClient/CIMExportClient.cpp between version 1.37 and 1.38

version 1.37, 2005/07/26 21:40:48 version 1.38, 2005/08/05 18:24:21
Line 383 
Line 383 
             //             //
             if(response->getCloseConnect() == true){             if(response->getCloseConnect() == true){
                    _reconnect();                    _reconnect();
                   response->setCloseConnect(false);
             }             }
  
  
Line 475 
Line 476 
                 PEG_METHOD_EXIT();                 PEG_METHOD_EXIT();
                 return response;                 return response;
             }             }
               else if (dynamic_cast<CIMRequestMessage*>(response) != 0)
               {
                   // Respond to an authentication challenge
                   _requestEncoder->enqueue(response);
                   nowMilliseconds = TimeValue::getCurrentTime().toMilliseconds();
                   stopMilliseconds = nowMilliseconds + _timeoutMilliseconds;
                   continue;
               }
             else             else
             {             {
               // l10n               // l10n


Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2