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

Diff for /pegasus/src/Pegasus/Config/ConfigManager.h between version 1.40 and 1.41

version 1.40, 2009/04/17 14:32:53 version 1.41, 2009/05/27 05:56:26
Line 225 
Line 225 
             (e.g., "httpPort").             (e.g., "httpPort").
         @param propertyValue The new value of the property.  If the value is         @param propertyValue The new value of the property.  If the value is
             null, the property should be reset to its default value.             null, the property should be reset to its default value.
           @param userName User requesting update.
         @param unset Specifies whether the property should be updated or unset.         @param unset Specifies whether the property should be updated or unset.
         @return true if the property found and updated, else false.         @return true if the property found and updated, else false.
  
Line 235 
Line 236 
     Boolean updateCurrentValue(     Boolean updateCurrentValue(
         const String& name,         const String& name,
         const String& value,         const String& value,
           const String& userName,
         Boolean unset);         Boolean unset);
  
     /**     /**


Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2