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

Diff for /pegasus/src/Pegasus/Config/ShutdownPropertyOwner.cpp between version 1.22 and 1.23

version 1.22, 2006/11/14 18:34:50 version 1.23, 2007/09/25 17:57:42
Line 39 
Line 39 
 /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
  
 #include <Pegasus/Common/FileSystem.h> #include <Pegasus/Common/FileSystem.h>
   #include <Pegasus/Common/Constants.h>
 #include "ShutdownPropertyOwner.h" #include "ShutdownPropertyOwner.h"
  
  
Line 60 
Line 61 
  
 static struct ConfigPropertyRow properties[] = static struct ConfigPropertyRow properties[] =
 { {
     {"shutdownTimeout", "30", IS_DYNAMIC, 0, 0, IS_VISIBLE},      {"shutdownTimeout", PEGASUS_DEFAULT_SHUTDOWN_TIMEOUT_SECONDS_STRING,
            IS_DYNAMIC, 0, 0, IS_VISIBLE},
 }; };
  
 const Uint32 NUM_PROPERTIES = sizeof(properties) / sizeof(properties[0]); const Uint32 NUM_PROPERTIES = sizeof(properties) / sizeof(properties[0]);


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2