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

Modified Files:
        ServerInfo.h VFolder.h VMessage.h 
Log Message:
unicode fixes

Index: ServerInfo.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/mail/ServerInfo.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- ServerInfo.h        18 Sep 2003 16:30:45 -0000      1.6
+++ ServerInfo.h        12 Oct 2003 15:14:01 -0000      1.7
@@ -24,5 +24,5 @@
 
 // put this in the trace mask to get messages about connection caching
-#define TRACE_SERVER_CACHE  "servercache"
+#define TRACE_SERVER_CACHE  _T("servercache")
 
 /**

Index: VFolder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/mail/VFolder.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- VFolder.h   18 Sep 2003 16:30:45 -0000      1.6
+++ VFolder.h   12 Oct 2003 15:14:01 -0000      1.7
@@ -52,5 +52,5 @@
    virtual ServerInfoEntry *CreateServerInfo(const MFolder *folder) const;
 
-   virtual char GetFolderDelimiter() const;
+   virtual wxChar GetFolderDelimiter() const;
 
    //@}

Index: VMessage.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/mail/VMessage.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- VMessage.h  3 Sep 2002 12:28:18 -0000       1.2
+++ VMessage.h  12 Oct 2003 15:14:01 -0000      1.3
@@ -51,5 +51,5 @@
    //@{
 
-   virtual wxArrayString GetHeaderLines(const char **headers,
+   virtual wxArrayString GetHeaderLines(const wxChar **headers,
                                         wxArrayInt *encodings = NULL) const
       { return m_message->GetHeaderLines(headers, encodings); }



-------------------------------------------------------
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