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

Modified Files:
        Composer.h MFCache.h MImport.h Mdnd.h MessageEditor.h 
Log Message:
unicode fixes

Index: Composer.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Composer.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -u -2 -r1.20 -r1.21
--- Composer.h  19 Sep 2003 13:31:19 -0000      1.20
+++ Composer.h  11 Oct 2003 23:13:44 -0000      1.21
@@ -251,6 +251,6 @@
        @param num_mimetype numeric mimetype
     */
-   virtual void InsertFile(const char *filename = NULL,
-                           const char *mimetype = NULL) = 0;
+   virtual void InsertFile(const wxChar *filename = NULL,
+                           const wxChar *mimetype = NULL) = 0;
 
    /** Insert MIME content data

Index: MFCache.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MFCache.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -u -2 -r1.16 -r1.17
--- MFCache.h   19 Sep 2003 13:31:19 -0000      1.16
+++ MFCache.h   11 Oct 2003 23:13:45 -0000      1.17
@@ -31,5 +31,5 @@
 // trace mask for logging MfStatusCache methods and other mailfolder
 // status-related activity
-#define M_TRACE_MFSTATUS "mfstatus"
+#define M_TRACE_MFSTATUS _T("mfstatus")
 
 // ----------------------------------------------------------------------------

Index: MImport.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MImport.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- MImport.h   18 Sep 2003 16:30:40 -0000      1.7
+++ MImport.h   11 Oct 2003 23:13:45 -0000      1.8
@@ -32,8 +32,8 @@
 
 // the importer interface name
-#define M_IMPORTER_INTERFACE "Importer"
+#define M_IMPORTER_INTERFACE _T("Importer")
 
 // the name of the property containing the name of the program we work with
-#define M_IMPORTER_PROG_NAME "progname"
+#define M_IMPORTER_PROG_NAME _T("progname")
 
 // ----------------------------------------------------------------------------

Index: Mdnd.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mdnd.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- Mdnd.h      18 Sep 2003 16:30:42 -0000      1.9
+++ Mdnd.h      11 Oct 2003 23:13:45 -0000      1.10
@@ -26,5 +26,5 @@
 
 /// the clipboard/dnd format for Mahogany messages
-#define MMESSAGE_FORMAT "MMessage"
+#define MMESSAGE_FORMAT _T("MMessage")
 
 /**

Index: MessageEditor.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageEditor.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -u -2 -r1.16 -r1.17
--- MessageEditor.h     6 Oct 2003 00:38:54 -0000       1.16
+++ MessageEditor.h     11 Oct 2003 23:13:45 -0000      1.17
@@ -31,5 +31,5 @@
 
 // the message editor module interface name
-#define MESSAGE_EDITOR_INTERFACE "MessageEditor"
+#define MESSAGE_EDITOR_INTERFACE _T("MessageEditor")
 
 // ----------------------------------------------------------------------------
@@ -242,5 +242,5 @@
 
    /// give us the data to attach, we will free() it (must be !NULL)
-   void SetData(void *data, size_t length, const char* name = NULL, const char 
*filename = NULL);
+   void SetData(void *data, size_t length, const wxChar* name = NULL, const wxChar 
*filename = NULL);
 
    /// give us a file to attach - will be done only when we'll be sent



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