(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.54 and 1.54.10.3

version 1.54, 2006/01/30 16:16:42 version 1.54.10.3, 2006/06/07 02:38:46
Line 332 
Line 332 
     _authenticator.clear();     _authenticator.clear();
     _authenticator.setAuthType(ClientAuthenticator::LOCAL);     _authenticator.setAuthType(ClientAuthenticator::LOCAL);
  
 #ifndef PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET  
   // Temporary ..need to fix the DISABLE SOCKET
   #ifdef PEGASUS_OS_TYPE_WINDOWS
     _connectSSLContext.reset();     _connectSSLContext.reset();
     _connectHost = String::EMPTY;     _connectHost = String::EMPTY;
     _connectPortNumber = 0;     _connectPortNumber = 0;
     _connect();     _connect();
   /*#endif       WW  //this needs to change when we figure out  PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET
        /*
   #ifndef PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET
       _connectSSLContext.reset();
       _connectHost = String::EMPTY;
       _connectPortNumber = 0;
       _connect();  */
   
 #else #else
  
     try     try


Legend:
Removed from v.1.54  
changed lines
  Added in v.1.54.10.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2