(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.10 and 1.11

version 1.10, 2001/05/29 21:28:44 version 1.11, 2001/05/29 23:55:43
Line 33 
Line 33 
 #include <Pegasus/Server/CIMServer.h> #include <Pegasus/Server/CIMServer.h>
 #include <Pegasus/Common/PegasusVersion.h> #include <Pegasus/Common/PegasusVersion.h>
 #include <Pegasus/Protocol/Handler.h> #include <Pegasus/Protocol/Handler.h>
 #include <Pegasus/Common/logger.h>  #include <Pegasus/Common/Logger.h>
  
 PEGASUS_USING_PEGASUS; PEGASUS_USING_PEGASUS;
 PEGASUS_USING_STD; PEGASUS_USING_STD;
Line 161 
Line 161 
     }     }
  
     // Check the trace options and set global variable     // Check the trace options and set global variable
     Boolean pegasusIOTrace;      Boolean pegasusIOTrace = true;
     if (om.valueEquals("trace", "true"))     if (om.valueEquals("trace", "true"))
     {     {
          Handler::sethandlerTrace(true);          Handler::sethandlerTrace(true);


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2