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

Diff for /pegasus/src/Pegasus/Config/ConfigPropertyOwner.cpp between version 1.13 and 1.14

version 1.13, 2012/08/05 15:42:54 version 1.14, 2013/04/15 13:50:43
Line 39 
Line 39 
 const String STRING_FALSE = "false"; const String STRING_FALSE = "false";
  
 static const char CONFIG_PROP_HELP_NOT_AVAILABLE [] = static const char CONFIG_PROP_HELP_NOT_AVAILABLE [] =
     "Help yet not available";      "Help not available for this property";
 static const char  CONFIG_PROP_HELP_NOT_AVAILABLE_KEY [] = static const char  CONFIG_PROP_HELP_NOT_AVAILABLE_KEY [] =
     "Config.ConfigPropertyOwner.CONFIG_PROP_HELP_NOT_AVAILABLE";     "Config.ConfigPropertyOwner.CONFIG_PROP_HELP_NOT_AVAILABLE";
  
Line 57 
Line 57 
  
 String _descriptionWithPrefix(const char* description) String _descriptionWithPrefix(const char* description)
 { {
     String rtn = "Description: ";      String rtn = description;
     rtn.append(description);  
     return rtn;     return rtn;
 } }
  
Line 107 
Line 106 
         // Return the complete message in propertyInfo if name found         // Return the complete message in propertyInfo if name found
         if (configPropertyDescriptionList[i].name == name)         if (configPropertyDescriptionList[i].name == name)
         {         {
             // Create the key and              // Create the key and add description with any standard
               // prefix information.
             localPropertyInfo.append(loadMessage(             localPropertyInfo.append(loadMessage(
                 (const char *)_createKey(                 (const char *)_createKey(
                     configPropertyDescriptionList[i].name).getCString(),                     configPropertyDescriptionList[i].name).getCString(),


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2