(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.66.4.1 and 1.67

version 1.66.4.1, 2008/01/02 21:00:39 version 1.67, 2007/11/02 19:38:24
Line 141 
Line 141 
         _connectHost,         _connectHost,
         _connectPortNumber,         _connectPortNumber,
         _connectSSLContext.get(),         _connectSSLContext.get(),
         _timeoutMilliseconds,  
         responseDecoder.get()));         responseDecoder.get()));
  
     //     //
Line 1042 
Line 1041 
  
     Uint64 startMilliseconds = TimeValue::getCurrentTime().toMilliseconds();     Uint64 startMilliseconds = TimeValue::getCurrentTime().toMilliseconds();
     Uint64 nowMilliseconds = startMilliseconds;     Uint64 nowMilliseconds = startMilliseconds;
   #ifdef PEGASUS_DISABLE_CLIENT_TIMEOUT
       Uint64 stopMilliseconds = (Uint64) -1;
   #else
     Uint64 stopMilliseconds = nowMilliseconds + _timeoutMilliseconds;     Uint64 stopMilliseconds = nowMilliseconds + _timeoutMilliseconds;
   #endif
  
     while (nowMilliseconds < stopMilliseconds)     while (nowMilliseconds < stopMilliseconds)
     {     {


Legend:
Removed from v.1.66.4.1  
changed lines
  Added in v.1.67

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2