(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.42 and 1.43

version 1.42, 2005/03/31 03:29:05 version 1.43, 2005/04/07 18:43:57
Line 324 
Line 324 
     _authenticator.clear();     _authenticator.clear();
     _authenticator.setAuthType(ClientAuthenticator::LOCAL);     _authenticator.setAuthType(ClientAuthenticator::LOCAL);
  
 #ifdef PEGASUS_LOCAL_DOMAIN_SOCKET  #ifndef PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET
     _connectSSLContext.reset();     _connectSSLContext.reset();
     _connectHost = String::EMPTY;     _connectHost = String::EMPTY;
     _connectPortNumber = 0;     _connectPortNumber = 0;
Line 1351 
Line 1351 
                                                  ObjHost);                                                  ObjHost);
         throw TypeMismatchException(typeMismatchMessage);         throw TypeMismatchException(typeMismatchMessage);
     }     }
 #ifdef PEGASUS_LOCAL_DOMAIN_SOCKET  #ifndef PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET
     // a local domain socket connection is represented as empty _connectHost     // a local domain socket connection is represented as empty _connectHost
     if (_connectHost == String::EMPTY)     if (_connectHost == String::EMPTY)
     {     {


Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2