(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.79 and 1.80

version 1.79, 2009/12/15 11:39:32 version 1.80, 2010/03/08 08:05:18
Line 1025 
Line 1025 
     }     }
  
     // Check if the connection has to be re-established     // Check if the connection has to be re-established
     if (_httpConnection->needsReconnect())      if ( _connected && _httpConnection->needsReconnect() )
     {     {
         _disconnect();         _disconnect();
         _doReconnect = true;         _doReconnect = true;


Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2