(file) Return to Constants.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Constants.h between version 1.133.4.1 and 1.133.4.2

version 1.133.4.1, 2008/08/13 10:33:04 version 1.133.4.2, 2008/10/01 17:13:27
Line 358 
Line 358 
 #endif #endif
  
 /* Use the PID file as a semaphore for repository access */ /* Use the PID file as a semaphore for repository access */
   /* Use the configuration file instead of the PID file on Windows*/
   #ifdef PEGASUS_OS_TYPE_WINDOWS
   #define PEGASUS_REPOSITORY_LOCK_FILE PEGASUS_PLANNED_CONFIG_FILE_PATH
   #else
 #define PEGASUS_REPOSITORY_LOCK_FILE PEGASUS_CIMSERVER_START_FILE #define PEGASUS_REPOSITORY_LOCK_FILE PEGASUS_CIMSERVER_START_FILE
   #endif
  
 /* /*
  * Miscellaneous Constants  * Miscellaneous Constants


Legend:
Removed from v.1.133.4.1  
changed lines
  Added in v.1.133.4.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2