Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21212/include

Modified Files:
        Profile.h 
Log Message:
added CreateTemplateProfile()

Index: Profile.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Profile.h,v
retrieving revision 1.86
retrieving revision 1.87
diff -b -u -2 -r1.86 -r1.87
--- Profile.h   9 Jul 2005 23:50:11 -0000       1.86
+++ Profile.h   20 Jul 2005 17:25:46 -0000      1.87
@@ -124,4 +124,7 @@
    static Profile * CreateFilterProfile(const String &name);
 
+   /// Creates profile for message templates of given kind
+   static Profile * CreateTemplateProfile(const String& kind);
+
    /**
       Create a temporary profile.
@@ -156,5 +159,5 @@
    /// Read a character entry.
    virtual String readEntry(const String & key,
-                            const String & defaultvalue = (const wxChar*)NULL,
+                            const String & defaultvalue,
                             ReadResult *found = NULL) const = 0;
    /// Read a character entry.



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to