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

Diff for /pegasus/src/Server/cimserver.cpp between version 1.32 and 1.33

version 1.32, 2001/07/10 22:31:23 version 1.33, 2001/07/16 22:28:06
Line 23 
Line 23 
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By: Mike Day (mdday@us.ibm.com) // Modified By: Mike Day (mdday@us.ibm.com)
 // =======  //
 // Modified By: Karl Schopmeyer (k.schopmeyer@opengroup.org) // Modified By: Karl Schopmeyer (k.schopmeyer@opengroup.org)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
Line 167 
Line 167 
       om.mergeCommandLine(argc, argv);       om.mergeCommandLine(argc, argv);
  
     om.checkRequiredOptions();     om.checkRequiredOptions();
   
 } }
  
 /* PrintHelp - This is temporary until we expand the options manager to allow /* PrintHelp - This is temporary until we expand the options manager to allow
Line 182 
Line 183 
     cout << endl;     cout << endl;
 } }
  
 //////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////
 //  MAIN //  MAIN
 ////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
 int main(int argc, char** argv) int main(int argc, char** argv)
Line 371 
Line 372 
         CIMServer server(&selector, pegasusHome);         CIMServer server(&selector, pegasusHome);
  
         // bind throws an exception of the bind fails         // bind throws an exception of the bind fails
           cout << "Binding to " << address << endl;
         server.bind(address);         server.bind(address);
         delete [] address;         delete [] address;
  


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2