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

Diff for /pegasus/src/Pegasus/Config/NormalizationPropertyOwner.h between version 1.2 and 1.3

version 1.2, 2005/02/05 23:00:07 version 1.3, 2005/05/19 06:04:45
Line 29 
Line 29 
 // //
 // Author: Chip Vincent (cvincent@us.ibm.com) // Author: Chip Vincent (cvincent@us.ibm.com)
 // //
 // Modified By:  // Modified By:  Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3614
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 75 
Line 75 
     @return string containing the default value of the property specified.     @return string containing the default value of the property specified.
     @exception UnrecognizedConfigProperty  if the property is not defined.     @exception UnrecognizedConfigProperty  if the property is not defined.
     */     */
     const String getDefaultValue(const String & name);      String getDefaultValue(const String & name);
  
     /**     /**
     Get current value of the specified property.     Get current value of the specified property.
Line 84 
Line 84 
     @return string containing the currnet value of the property specified.     @return string containing the currnet value of the property specified.
     @exception UnrecognizedConfigProperty  if the property is not defined.     @exception UnrecognizedConfigProperty  if the property is not defined.
     */     */
     const String getCurrentValue(const String & name);      String getCurrentValue(const String & name);
  
     /**     /**
     Get planned value of the specified property.     Get planned value of the specified property.
Line 93 
Line 93 
     @return string containing the planned value of the property specified.     @return string containing the planned value of the property specified.
     @exception UnrecognizedConfigProperty  if the property is not defined.     @exception UnrecognizedConfigProperty  if the property is not defined.
     */     */
     const String getPlannedValue(const String & name);      String getPlannedValue(const String & name);
  
     /**     /**
     Init current value of the specified property to the specified value.     Init current value of the specified property to the specified value.


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2