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

Diff for /pegasus/src/Pegasus/Config/NormalizationPropertyOwner.h between version 1.10 and 1.11

version 1.10, 2009/05/27 05:56:27 version 1.11, 2009/06/11 07:28:57
Line 128 
Line 128 
         @param name The name of the property.         @param name The name of the property.
         @param value The current value of the property.         @param value The current value of the property.
         @param  userName     User requesting the update.         @param  userName     User requesting the update.
           @param timeoutSeconds Timeout in seconds to complete the update.
         @exception NonDynamicConfigProperty if the property is not dynamic.         @exception NonDynamicConfigProperty if the property is not dynamic.
         @exception InvalidPropertyValue if the property value is not valid.         @exception InvalidPropertyValue if the property value is not valid.
         @exception UnrecognizedConfigProperty if the property is not defined.         @exception UnrecognizedConfigProperty if the property is not defined.
Line 135 
Line 136 
     void updateCurrentValue(     void updateCurrentValue(
         const String& name,         const String& name,
         const String& value,         const String& value,
         const String& userName);          const String& userName,
           Uint32 timeoutSeconds);
  
     /**     /**
         Update planned value of the specified property to the specified value.         Update planned value of the specified property to the specified value.


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2