(file) Return to cimmofClient.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Compiler

Diff for /pegasus/src/Pegasus/Compiler/cimmofClient.cpp between version 1.24 and 1.25

version 1.24, 2006/05/09 12:00:52 version 1.25, 2006/07/17 08:39:42
Line 70 
Line 70 
   _client = new CIMClient();   _client = new CIMClient();
   _client->setTimeout(CIMMOFCLIENT_TIMEOUT_DEFAULT);   _client->setTimeout(CIMMOFCLIENT_TIMEOUT_DEFAULT);
   _client->setRequestDefaultLanguages();  //l10n   _client->setRequestDefaultLanguages();  //l10n
   
 #if defined(PEGASUS_OS_HPUX) || defined(PEGASUS_PLATFORM_LINUX_GENERIC_GNU) || defined(PEGASUS_OS_VMS)  
   _client->connectLocal();   _client->connectLocal();
 #else  
   String hostname = "localhost";  //defaults  
   Uint32 portno = 5988;  
   // ATTN:  
   //   get host name and port from command line data via parser object  
   _client->connect(hostname, portno, String::EMPTY, String::EMPTY);  
 #endif  
 } }
  
 void void


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2