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

Diff for /pegasus/src/Pegasus/Config/ConfigManager.cpp between version 1.76 and 1.77

version 1.76, 2005/05/27 19:14:43 version 1.77, 2005/05/30 12:34:14
Line 43 
Line 43 
 //      David Dillard, VERITAS Software Corp. //      David Dillard, VERITAS Software Corp.
 //          (david.dillard@veritas.com) //          (david.dillard@veritas.com)
 //      Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3612 //      Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3612
   //      Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3610
 // //
 //%//////////////////////////////////////////////////////////////////////////// //%////////////////////////////////////////////////////////////////////////////
  
Line 420 
Line 421 
 /** /**
 Get default value of the specified property. Get default value of the specified property.
 */ */
 String ConfigManager::getDefaultValue(const String& name)  String ConfigManager::getDefaultValue(const String& name) const
 { {
     //     //
     // Check for a property with a fixed value     // Check for a property with a fixed value
Line 448 
Line 449 
 /** /**
 Get current value of the specified property. Get current value of the specified property.
 */ */
 String ConfigManager::getCurrentValue(const String& name)  String ConfigManager::getCurrentValue(const String& name) const
 { {
     //     //
     // Check for a property with a fixed value     // Check for a property with a fixed value
Line 477 
Line 478 
 /** /**
 Get planned value of the specified property. Get planned value of the specified property.
 */ */
 String ConfigManager::getPlannedValue(const String& name)  String ConfigManager::getPlannedValue(const String& name) const
 { {
     //     //
     // Check for a property with a fixed value     // Check for a property with a fixed value
Line 508 
Line 509 
 */ */
 void ConfigManager::getPropertyInfo( void ConfigManager::getPropertyInfo(
     const String& name,     const String& name,
     Array<String>& propertyInfo)      Array<String>& propertyInfo) const
 { {
     //     //
     // get property owner object from config table     // get property owner object from config table
Line 529 
Line 530 
 */ */
 void ConfigManager::getAllPropertyNames( void ConfigManager::getAllPropertyNames(
     Array<String>& propertyNames,     Array<String>& propertyNames,
     Boolean includeHiddenProperties)      Boolean includeHiddenProperties) const
 { {
     Array<String> propertyInfo;     Array<String> propertyInfo;
     propertyNames.clear();     propertyNames.clear();


Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2