(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.39 and 1.40

version 1.39, 2012/03/28 10:16:11 version 1.40, 2012/07/26 15:23:16
Line 172 
Line 172 
     const String& name,     const String& name,
     Array<String>& propertyInfo) const     Array<String>& propertyInfo) const
 { {
     propertyInfo.clear();  
     struct ConfigProperty* configProperty = _lookupConfigProperty(name);     struct ConfigProperty* configProperty = _lookupConfigProperty(name);
  
     propertyInfo.append(configProperty->propertyName);      buildPropertyInfo(name, configProperty, propertyInfo);
     propertyInfo.append(configProperty->defaultValue);  
     propertyInfo.append(configProperty->currentValue);  
     propertyInfo.append(configProperty->plannedValue);  
     if (configProperty->dynamic)  
     {  
         propertyInfo.append(STRING_TRUE);  
     }  
     else  
     {  
         propertyInfo.append(STRING_FALSE);  
     }  
     if (configProperty->externallyVisible)  
     {  
         propertyInfo.append(STRING_TRUE);  
     }     }
     else  
     {  
         propertyInfo.append(STRING_FALSE);  
     }  
 }  
   
  
 /** /**
     Get default value of the specified property.     Get default value of the specified property.


Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2