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

Diff for /pegasus/src/Pegasus/Config/RepositoryPropertyOwner.h between version 1.20 and 1.21

version 1.20, 2009/05/27 05:56:27 version 1.21, 2009/06/11 07:28:57
Line 142 
Line 142 
         @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 149 
Line 150 
     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.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2