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

Diff for /pegasus/src/Pegasus/Client/CIMClientRep.cpp between version 1.86 and 1.86.10.2

version 1.86, 2013/05/20 06:11:30 version 1.86.10.2, 2013/10/01 15:47:47
Line 134 
Line 134 
     _httpConnection->setSocketWriteTimeout(_timeoutMilliseconds/1000+1);     _httpConnection->setSocketWriteTimeout(_timeoutMilliseconds/1000+1);
 } }
  
 void CIMClientRep::_disconnect()  void CIMClientRep::_disconnect(bool keepChallengeStatus)
 { {
     if (_connected)     if (_connected)
     {     {
Line 167 
Line 167 
     // Let go of the cached request message if we have one     // Let go of the cached request message if we have one
     _authenticator.setRequestMessage(0);     _authenticator.setRequestMessage(0);
  
       if (keepChallengeStatus == false)
       {
     // Reset the challenge status     // Reset the challenge status
     _authenticator.resetChallengeStatus();     _authenticator.resetChallengeStatus();
 } }
   }
  
 void CIMClientRep::connect( void CIMClientRep::connect(
     const String& host,     const String& host,
Line 1070 
Line 1073 
             //             //
             if (response->getCloseConnect() == true)             if (response->getCloseConnect() == true)
             {             {
                 _disconnect();                  _disconnect(true);
                 _doReconnect = true;                 _doReconnect = true;
                 response->setCloseConnect(false);                 response->setCloseConnect(false);
             }             }


Legend:
Removed from v.1.86  
changed lines
  Added in v.1.86.10.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2