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

Diff for /pegasus/src/Pegasus/Config/SecurityPropertyOwner.h between version 1.25 and 1.26

version 1.25, 2005/02/05 23:00:07 version 1.26, 2005/05/19 06:04:45
Line 34 
Line 34 
 //              Bapu Patil, Hewlett-Packard Company (bapu_patil@hp.com) //              Bapu Patil, Hewlett-Packard Company (bapu_patil@hp.com)
 //              Yi Zhou, Hewlett-Packard Company (yi_zhou@hp.com) //              Yi Zhou, Hewlett-Packard Company (yi_zhou@hp.com)
 //              Heather Sterling, IBM (hsterl@us.ibm.com) //              Heather Sterling, IBM (hsterl@us.ibm.com)
   //              Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3614
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 95 
Line 96 
     @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);
         //throw (UnrecognizedConfigProperty);         //throw (UnrecognizedConfigProperty);
  
  
Line 106 
Line 107 
     @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);
         //throw (UnrecognizedConfigProperty);         //throw (UnrecognizedConfigProperty);
  
  
Line 117 
Line 118 
     @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);
         //throw (UnrecognizedConfigProperty);         //throw (UnrecognizedConfigProperty);
  
  


Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2