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

Modified Files:
        MailFolder.h MailFolderCC.h Message.h MessageCC.h 
Log Message:
unicode fixes

Index: MailFolder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MailFolder.h,v
retrieving revision 1.191
retrieving revision 1.192
diff -b -u -2 -r1.191 -r1.192
--- MailFolder.h        12 Oct 2003 15:14:01 -0000      1.191
+++ MailFolder.h        12 Oct 2003 17:24:18 -0000      1.192
@@ -475,5 +475,5 @@
       @return character depending on the folder type and server
     */
-   virtual wxChar GetFolderDelimiter() const = 0;
+   virtual char GetFolderDelimiter() const = 0;
 
    /**
@@ -484,5 +484,5 @@
      @return the delimiter character or NUL
     */
-   static wxChar GetFolderDelimiter(const MFolder *folder);
+   static char GetFolderDelimiter(const MFolder *folder);
 
    //@}

Index: MailFolderCC.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MailFolderCC.h,v
retrieving revision 1.218
retrieving revision 1.219
diff -b -u -2 -r1.218 -r1.219
--- MailFolderCC.h      12 Oct 2003 15:14:01 -0000      1.218
+++ MailFolderCC.h      12 Oct 2003 17:24:18 -0000      1.219
@@ -236,5 +236,5 @@
    //@}
 
-   virtual wxChar GetFolderDelimiter() const;
+   virtual char GetFolderDelimiter() const;
 
    /// return TRUE if CClient lib had been initialized
@@ -468,5 +468,5 @@
 
    /// the folder name delimiter, (char)-1 if unknown yet
-   wxChar m_chDelimiter;
+   char m_chDelimiter;
 
    /// the profile we use for our options
@@ -614,5 +614,5 @@
        @param attrib   mailbox attributes
        */
-   static void mm_list(MAILSTREAM *stream, wxChar delim, String name,
+   static void mm_list(MAILSTREAM *stream, char delim, String name,
                        long attrib);
 
@@ -623,5 +623,5 @@
        @param attrib   mailbox attributes
        */
-   static void mm_lsub(MAILSTREAM *stream, wxChar delim, String name,
+   static void mm_lsub(MAILSTREAM *stream, char delim, String name,
                        long attrib);
    /** status of mailbox has changed
@@ -673,5 +673,5 @@
        @param   str   message string
        */
-   static void mm_fatal(wxChar *str);
+   static void mm_fatal(char *str);
 
    /// gets called when messages were deleted

Index: Message.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Message.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -b -u -2 -r1.68 -r1.69
--- Message.h   11 Oct 2003 17:02:36 -0000      1.68
+++ Message.h   12 Oct 2003 17:24:18 -0000      1.69
@@ -116,5 +116,5 @@
    /** This constructor creates a Message from a string.
     */
-   static Message *Create(const wxChar * itext,
+   static Message *Create(const char * itext,
                           UIdType uid = UID_ILLEGAL,
                           Profile *profile = NULL);

Index: MessageCC.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageCC.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -b -u -2 -r1.59 -r1.60
--- MessageCC.h 11 Oct 2003 17:02:36 -0000      1.59
+++ MessageCC.h 12 Oct 2003 17:24:18 -0000      1.60
@@ -140,5 +140,5 @@
    virtual UIdType GetUId(void) const { return m_uid; }
 
-   static MessageCC *Create(const wxChar *text,
+   static MessageCC *Create(const char *text,
                             UIdType uid = UID_ILLEGAL,
                             Profile *profile = NULL)
@@ -161,5 +161,5 @@
    /// constructors called by Create()
    MessageCC(MailFolderCC *folder, const HeaderInfo& hi);
-   MessageCC(const wxChar *text,
+   MessageCC(const char *text,
              UIdType uid = UID_ILLEGAL,
              Profile *profile = NULL);



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to