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

Diff for /pegasus/src/Server/Attic/cimserver_windows.cpp between version 1.12 and 1.13

version 1.12, 2002/02/13 19:11:33 version 1.13, 2002/03/17 01:39:31
Line 107 
Line 107 
        useSSL =  true;        useSSL =  true;
     }     }
  
       // mdh: need to get the environment for the Windows Service to run
       const char* tmp = getenv("PEGASUS_HOME");
       if (tmp)
       {
           pegasusHome = tmp;
       }
       ConfigManager::setPegasusHome(pegasusHome);
   
 PEGASUS_TRACE; PEGASUS_TRACE;
  
     // Grab the port otpion:     // Grab the port otpion:


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2