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

Diff for /pegasus/src/Pegasus/Config/ConfigFileHandler.h between version 1.14 and 1.15

version 1.14, 2006/01/30 16:17:35 version 1.15, 2006/06/09 18:37:46
Line 49 
Line 49 
 #include <Pegasus/Config/Linkage.h> #include <Pegasus/Config/Linkage.h>
 #include <Pegasus/Config/ConfigExceptions.h> #include <Pegasus/Config/ConfigExceptions.h>
 #include <Pegasus/Config/ConfigFile.h> #include <Pegasus/Config/ConfigFile.h>
   #include <Pegasus/Common/Constants.h>
 #include <Pegasus/Common/AutoPtr.h> #include <Pegasus/Common/AutoPtr.h>
  
  
Line 61 
Line 62 
  
 struct ConfigTable; struct ConfigTable;
  
 #include "ConfigFileDir.h"  
   
 /** /**
   This class provides methods to read/write config properties   This class provides methods to read/write config properties
   from the config file.   from the config file.
Line 80 
Line 79 
     @exception  FileNotReadable  if file is not readable.     @exception  FileNotReadable  if file is not readable.
     */     */
     ConfigFileHandler (     ConfigFileHandler (
         const String& currentFile = CURRENT_CONFIG_FILE,          const String& currentFile = PEGASUS_CURRENT_CONFIG_FILE_PATH,
         const String& plannedFile = PLANNED_CONFIG_FILE,          const String& plannedFile = PEGASUS_PLANNED_CONFIG_FILE_PATH,
         const Boolean offLine = false);         const Boolean offLine = false);
  
  


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2