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

Diff for /pegasus/src/Pegasus/Config/FileSystemPropertyOwner.cpp between version 1.15 and 1.16

version 1.15, 2005/04/12 15:55:20 version 1.16, 2005/05/19 06:04:45
Line 29 
Line 29 
 // //
 // Author: Sushma Fernandes (sushma_fernandes@hp.com) // Author: Sushma Fernandes (sushma_fernandes@hp.com)
 // //
   // Modified By:  Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3614
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 179 
Line 180 
 /** /**
 Get default value of the specified property. Get default value of the specified property.
 */ */
 const String FileSystemPropertyOwner::getDefaultValue(const String& name)  String FileSystemPropertyOwner::getDefaultValue(const String& name)
 { {
     struct ConfigProperty* configProperty = _lookupConfigProperty(name);     struct ConfigProperty* configProperty = _lookupConfigProperty(name);
     return configProperty->defaultValue;     return configProperty->defaultValue;
Line 188 
Line 189 
 /** /**
 Get current value of the specified property. Get current value of the specified property.
 */ */
 const String FileSystemPropertyOwner::getCurrentValue(const String& name)  String FileSystemPropertyOwner::getCurrentValue(const String& name)
 { {
     struct ConfigProperty* configProperty = _lookupConfigProperty(name);     struct ConfigProperty* configProperty = _lookupConfigProperty(name);
     return configProperty->currentValue;     return configProperty->currentValue;
Line 197 
Line 198 
 /** /**
 Get planned value of the specified property. Get planned value of the specified property.
 */ */
 const String FileSystemPropertyOwner::getPlannedValue(const String& name)  String FileSystemPropertyOwner::getPlannedValue(const String& name)
 { {
     struct ConfigProperty* configProperty = _lookupConfigProperty(name);     struct ConfigProperty* configProperty = _lookupConfigProperty(name);
     return configProperty->plannedValue;     return configProperty->plannedValue;


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2