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

Diff for /pegasus/src/Pegasus/Config/ConfigManager.h between version 1.32 and 1.33

version 1.32, 2006/01/30 16:17:35 version 1.33, 2006/08/08 17:47:10
Line 414 
Line 414 
     */     */
     static String getHomedPath(const String& value);     static String getHomedPath(const String& value);
  
       /**
           Parses a boolean configuration property value.
           @param propertyValue A String containing a boolean configuration
               property value.
           @return True if the specified configuration property value represents
               a boolean value of "true", false otherwise.
       */
       static Boolean parseBooleanValue(const String& propertyValue);
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2