(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.47 and 1.48

version 1.47, 2005/07/26 00:15:30 version 1.48, 2005/08/05 18:17:37
Line 409 
Line 409 
     _connectSSLContext.reset();     _connectSSLContext.reset();
 } }
  
   
 Boolean CIMClientRep::isConnected() const throw() Boolean CIMClientRep::isConnected() const throw()
 { {
     return _connected;     return _connected;
Line 1127 
Line 1126 
             //             //
             if(response->getCloseConnect() == true){             if(response->getCloseConnect() == true){
                 _reconnect();                 _reconnect();
                   response->setCloseConnect(false);
             }             }
  
             //             //
Line 1252 
Line 1252 
                 }//end of if statmet that call the callback method                 }//end of if statmet that call the callback method
                 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
  
                 // CIMClientResponseException responseException(                 // CIMClientResponseException responseException(
                 //   "Mismatched response message type.");                 //   "Mismatched response message type.");
   
                 MessageLoaderParms mlParms(                 MessageLoaderParms mlParms(
                   "Client.CIMOperationResponseDecoder.MISMATCHED_RESPONSE_TYPE",                   "Client.CIMOperationResponseDecoder.MISMATCHED_RESPONSE_TYPE",
                   "Mismatched response message type.");                   "Mismatched response message type.");


Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2