(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.29 and 1.30

version 1.29, 2004/08/25 11:15:54 version 1.30, 2004/08/27 21:02:25
Line 189 
Line 189 
     //     //
     // Create request encoder:     // Create request encoder:
     //     //
       String connectHost = _connectHost;
       if (connectHost.size())
       {
           char portStr[32];
           sprintf(portStr, ":%u", _connectPortNumber);
           connectHost.append(portStr);
       }
   
     _requestEncoder = new CIMOperationRequestEncoder(     _requestEncoder = new CIMOperationRequestEncoder(
         _httpConnection, &_authenticator, showOutput);          _httpConnection, connectHost, &_authenticator, showOutput);
  
     _responseDecoder->setEncoderQueue(_requestEncoder);     _responseDecoder->setEncoderQueue(_requestEncoder);
  
Line 355 
Line 363 
     _authenticator.setAuthType(ClientAuthenticator::LOCAL);     _authenticator.setAuthType(ClientAuthenticator::LOCAL);
  
 #ifdef PEGASUS_LOCAL_DOMAIN_SOCKET #ifdef PEGASUS_LOCAL_DOMAIN_SOCKET
       _connectSSLContext.reset(0);
       _connectHost = String::EMPTY;
       _connectPortNumber = 0;
     _connect();     _connect();
 #else #else
  


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2