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

Diff for /pegasus/src/Pegasus/Config/TracePropertyOwner.h between version 1.23 and 1.24

version 1.23, 2009/05/27 05:56:27 version 1.24, 2009/06/11 07:28:57
Line 139 
Line 139 
     @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 146 
Line 147 
     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.23  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2