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

Diff for /pegasus/src/Pegasus/Config/ConfigPropertyOwner.h between version 1.12 and 1.13

version 1.12, 2005/02/05 23:00:07 version 1.13, 2005/05/19 06:04:45
Line 32 
Line 32 
 // Modified By: // Modified By:
 //      Sushma Fernandes, Hewlett-Packard Company, sushma_fernandes@hp.com //      Sushma Fernandes, Hewlett-Packard Company, sushma_fernandes@hp.com
 //      Chip Vincent (cvincent@us.ibm.com) //      Chip Vincent (cvincent@us.ibm.com)
   //      Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3614
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 101 
Line 102 
     @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.
     */     */
     virtual const String getDefaultValue(const String& name) = 0;      virtual String getDefaultValue(const String& name) = 0;
         //throw (UnrecognizedConfigProperty) = 0;         //throw (UnrecognizedConfigProperty) = 0;
  
  
Line 112 
Line 113 
     @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.
     */     */
     virtual const String getCurrentValue(const String& name) = 0;      virtual String getCurrentValue(const String& name) = 0;
         //throw (UnrecognizedConfigProperty) = 0;         //throw (UnrecognizedConfigProperty) = 0;
  
  
Line 123 
Line 124 
     @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.
     */     */
     virtual const String getPlannedValue(const String& name) = 0;      virtual String getPlannedValue(const String& name) = 0;
         //throw (UnrecognizedConfigProperty) = 0;         //throw (UnrecognizedConfigProperty) = 0;
  
  


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2