(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.3 and 1.4

version 1.3, 2001/04/24 01:50:15 version 1.4, 2001/04/24 21:15:49
Line 25 
Line 25 
 //END_HISTORY //END_HISTORY
  
 #include <iostream> #include <iostream>
   #include <cstdlib>
 #include <Pegasus/Common/FileSystem.h> #include <Pegasus/Common/FileSystem.h>
 #include <Pegasus/Common/Selector.h> #include <Pegasus/Common/Selector.h>
 #include <Pegasus/Common/OptionManager.h> #include <Pegasus/Common/OptionManager.h>
Line 125 
Line 126 
     {     {
         cerr << argv[0] << ": unrecognized options: ";         cerr << argv[0] << ": unrecognized options: ";
  
         for (Uint32 i = 1; i < argc; i++)          for (int i = 1; i < argc; i++)
             cerr << argv[i] << ' ';             cerr << argv[i] << ' ';
         cout << endl;         cout << endl;
         exit(1);         exit(1);


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2