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

Diff for /pegasus/src/Pegasus/Config/ConfigManager.h between version 1.30 and 1.31

version 1.30, 2005/05/30 12:34:14 version 1.31, 2005/05/31 20:46:37
Line 34 
Line 34 
 //              Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com) //              Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)
 //              Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3612 //              Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3612
 //              Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3610 //              Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3610
   //              David Dillard, VERITAS Software Corp.
   //                  (david.dillard@veritas.com)
 // //
 //%//////////////////////////////////////////////////////////////////////////// //%////////////////////////////////////////////////////////////////////////////
  
Line 103 
Line 105 
     */     */
     Boolean _initPropertyWithCommandLineOption(     Boolean _initPropertyWithCommandLineOption(
         const String& configOption);         const String& configOption);
             //throw (InvalidPropertyValue, UnrecognizedConfigProperty);  
  
  
     /**     /**
Line 115 
Line 116 
                             while parsing the config files.                             while parsing the config files.
     */     */
     void _loadConfigProperties();     void _loadConfigProperties();
         //throw (CannotRenameFile, ConfigFileSyntaxError, CannotOpenFile);  
  
  
     /**     /**
Line 320 
Line 320 
     @exception UnrecognizedConfigProperty  if property is not defined.     @exception UnrecognizedConfigProperty  if property is not defined.
     */     */
     String getPlannedValue(const String& name) const;     String getPlannedValue(const String& name) const;
         //throw (UnrecognizedConfigProperty);  
  
  
     /**     /**
Line 332 
Line 331 
     @exception UnrecognizedConfigProperty  if property is not defined.     @exception UnrecognizedConfigProperty  if property is not defined.
     */     */
     void getPropertyInfo(const String& name, Array<String>& propertyInfo) const;     void getPropertyInfo(const String& name, Array<String>& propertyInfo) const;
         //throw (UnrecognizedConfigProperty);  
  
  
     /**     /**


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2