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

Diff for /pegasus/src/Pegasus/Config/ProviderDirPropertyOwner.h between version 1.15 and 1.16

version 1.15, 2009/05/27 05:56:27 version 1.16, 2009/06/11 07:28:57
Line 145 
Line 145 
         @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 152 
Line 153 
     void updateCurrentValue(     void updateCurrentValue(
         const String& name,         const String& name,
         const String& value,         const String& value,
         const String& userName);          const String& userName,
           Uint32 timeoutSeconds);
         //throw (NonDynamicConfigProperty, InvalidPropertyValue,         //throw (NonDynamicConfigProperty, InvalidPropertyValue,
         //    UnrecognizedConfigProperty);         //    UnrecognizedConfigProperty);
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2