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

Diff for /pegasus/src/Pegasus/Config/ConfigFileHandler.h between version 1.19 and 1.20

version 1.19, 2009/05/27 05:56:26 version 1.20, 2009/06/11 07:28:57
Line 121 
Line 121 
     @param  name   name of the property to be updated.     @param  name   name of the property to be updated.
     @param  value  value of the property to be updated.     @param  value  value of the property to be updated.
     @param  userName  User requesting the update     @param  userName  User requesting the update
       @param timeoutSeconds Timeout in seconds to complete the 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 updated successfully, else false.     @return true   if the property updated successfully, else false.
     */     */
Line 128 
Line 129 
         const CIMName& name,         const CIMName& name,
         const String& value,         const String& value,
         const String& userName,         const String& userName,
           Uint32 timeoutSeconds,
         Boolean unset);         Boolean unset);
  
  


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2