(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.12 and 1.13

version 1.12, 2005/05/20 10:36:44 version 1.13, 2005/05/31 20:46:37
Line 34 
Line 34 
 //              Warren Otsuka (warren.otsuka@hp.com) //              Warren Otsuka (warren.otsuka@hp.com)
 //              Amit K Arora (amita@in.ibm.com) for PEP101 //              Amit K Arora (amita@in.ibm.com) for PEP101
 //              Vijay Eli, IBM (vijayeli@in.ibm.com) bug#3609. //              Vijay Eli, IBM (vijayeli@in.ibm.com) bug#3609.
   //              David Dillard, VERITAS Software Corp.
   //                  (david.dillard@veritas.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 79 
Line 81 
         const String& currentFile = CURRENT_CONFIG_FILE,         const String& currentFile = CURRENT_CONFIG_FILE,
         const String& plannedFile = PLANNED_CONFIG_FILE,         const String& plannedFile = PLANNED_CONFIG_FILE,
         const Boolean offLine = false);         const Boolean offLine = false);
             //throw (NoSuchFile, FileNotReadable);  
  
  
     /** Destructor. */     /** Destructor. */
Line 98 
Line 99 
     @exception  CannotOpenFile  if failed to set permissions on the config file.     @exception  CannotOpenFile  if failed to set permissions on the config file.
     */     */
     void copyPlannedFileOverCurrentFile();     void copyPlannedFileOverCurrentFile();
         //throw (CannotRenameFile, CannotOpenFile);  
  
  
     /**     /**
Line 107 
Line 107 
     @exception ConfigFileSyntaxError if file contains a syntax error.     @exception ConfigFileSyntaxError if file contains a syntax error.
     */     */
     void loadAllConfigProperties ();     void loadAllConfigProperties ();
         //throw (ConfigFileSyntaxError);  
  
  
     /**     /**
Line 116 
Line 115 
     @exception ConfigFileSyntaxError if file contains a syntax error.     @exception ConfigFileSyntaxError if file contains a syntax error.
     */     */
     void loadCurrentConfigProperties ();     void loadCurrentConfigProperties ();
         //throw (ConfigFileSyntaxError);  
  
  
     /**     /**
Line 125 
Line 123 
     @exception ConfigFileSyntaxError if file contains a syntax error.     @exception ConfigFileSyntaxError if file contains a syntax error.
     */     */
     void loadPlannedConfigProperties ();     void loadPlannedConfigProperties ();
        //throw (ConfigFileSyntaxError);  
  
  
     /**     /**


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