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

Diff for /pegasus/src/Pegasus/Config/SecurityPropertyOwner.h between version 1.39 and 1.40

version 1.39, 2009/05/27 05:56:27 version 1.40, 2009/06/11 07:28:57
Line 140 
Line 140 
         @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 147 
Line 148 
     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.39  
changed lines
  Added in v.1.40

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2