(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.11 and 1.12

version 1.11, 2002/08/21 22:45:50 version 1.12, 2002/10/11 16:39:49
Line 190 
Line 190 
     @exception NonDynamicConfigProperty  if property is not dynamic.     @exception NonDynamicConfigProperty  if property is not dynamic.
     @exception UnrecognizedConfigProperty  if property is not defined.     @exception UnrecognizedConfigProperty  if property is not defined.
     @exception InvalidPropertyValue  if property value is not valid.     @exception InvalidPropertyValue  if property value is not valid.
       @exception NotSupportedPropertyValue if property value is not supported.
     */     */
     Boolean updateCurrentValue(     Boolean updateCurrentValue(
         const String& name,         const String& name,
         const String& value,         const String& value,
         Boolean unset);         Boolean unset);
         //throw (NonDynamicConfigProperty, InvalidPropertyValue,         //throw (NonDynamicConfigProperty, InvalidPropertyValue,
         //    UnrecognizedConfigProperty);          //    UnrecognizedConfigProperty, NotSupportedPropertyValue);
  
     /**     /**
     Update planned value of a property.     Update planned value of a property.
Line 212 
Line 213 
     @exception NonDynamicConfigProperty  if property is not dynamic.     @exception NonDynamicConfigProperty  if property is not dynamic.
     @exception UnrecognizedConfigProperty  if property is not defined.     @exception UnrecognizedConfigProperty  if property is not defined.
     @exception InvalidPropertyValue  if property value is not valid.     @exception InvalidPropertyValue  if property value is not valid.
       @exception NotSupportedPropertyValue if property value is not supported.
     */     */
     Boolean updatePlannedValue(     Boolean updatePlannedValue(
         const String& name,         const String& name,
         const String& value,         const String& value,
         Boolean unset);         Boolean unset);
         //throw (NonDynamicConfigProperty, InvalidPropertyValue,         //throw (NonDynamicConfigProperty, InvalidPropertyValue,
         //    UnrecognizedConfigProperty);          //    UnrecognizedConfigProperty, NotSupportedPropertyValue);
  
  
     /**     /**


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2