Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv4973/include

Modified Files:
        Profile.h 
Log Message:
Windows compilation fixes

Index: Profile.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Profile.h,v
retrieving revision 1.80
retrieving revision 1.81
diff -b -u -2 -r1.80 -r1.81
--- Profile.h   29 Aug 2003 00:08:07 -0000      1.80
+++ Profile.h   30 Aug 2003 23:47:47 -0000      1.81
@@ -326,21 +326,21 @@
    /// return the path used for the normal config info (folders options &c)
    static String GetProfilePath()
-      { return GetSectionPath(M_PROFILE_CONFIG_SECTION); }
+      { return M_PROFILE_CONFIG_SECTION; }
 
    /// return the path under which the identities are stored
    static String GetIdentityPath() 
-      { return GetSectionPath(M_IDENTITY_CONFIG_SECTION); }
+      { return M_IDENTITY_CONFIG_SECTION; }
 
    /// return the path under which the filters are stored
    static String GetFiltersPath() 
-      { return GetSectionPath(M_FILTERS_CONFIG_SECTION); }
+      { return M_FILTERS_CONFIG_SECTION; }
 
    /// return the path under which the frame options are stored
    static String GetFramesPath() 
-      { return GetSectionPath(M_FRAMES_CONFIG_SECTION); }
+      { return M_FRAMES_CONFIG_SECTION; }
 
    /// return the path under which the templates are stored
    static String GetTemplatesPath() 
-      { return GetSectionPath(M_TEMPLATES_CONFIG_SECTION); }
+      { return M_TEMPLATES_CONFIG_SECTION; }
 
    //@}
@@ -349,7 +349,4 @@
    // egcs wants this
    Profile() { }
-
-   /// helper of all GetXXXPath() functions
-   static String GetSectionPath(const String& section);
 
    /// provide access to ProfileEnumDataImpl for the derived classes



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to