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

Modified Files:
        ASMailFolder.h Address.h Composer.h ConfigSource.h 
        ConfigSourceLocal.h MEvent.h MFilter.h MModule.h MailFolder.h 
        MailFolderCC.h Mcommon.h MessageView.h Moptions.h Mversion.h 
        Mwin.h SendMessage.h SendMessageCC.h SpamFilter.h 
Log Message:
_T("") -> wxEmptyString

Index: ASMailFolder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ASMailFolder.h,v
retrieving revision 1.63
retrieving revision 1.64
diff -b -u -2 -r1.63 -r1.64
--- ASMailFolder.h      30 Jun 2005 23:39:45 -0000      1.63
+++ ASMailFolder.h      16 Jan 2006 20:31:58 -0000      1.64
@@ -322,5 +322,5 @@
    Ticket ListFolders(const String &pattern = _T("*"),
                       bool subscribed_only = false,
-                      const String &reference = _T(""),
+                      const String &reference = wxEmptyString,
                       UserData ud = 0);
 

Index: Address.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Address.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- Address.h   8 Jul 2004 21:46:28 -0000       1.13
+++ Address.h   16 Jan 2006 20:31:59 -0000      1.14
@@ -114,5 +114,5 @@
    /// create the address list from string (may be empty)
    static AddressList *Create(const String& address,
-                              const String& defhost = _T(""));
+                              const String& defhost = wxEmptyString);
 
    /// create the "From" address using settings in this profile
@@ -148,5 +148,5 @@
 BEGIN_DECLARE_AUTOPTR(AddressList);
 public:
-   AddressList_obj(const String& address, const String& defhost = _T(""))
+   AddressList_obj(const String& address, const String& defhost = 
wxEmptyString)
       { m_ptr = AddressList::Create(address, defhost); }
 END_DECLARE_AUTOPTR();

Index: Composer.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Composer.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -b -u -2 -r1.23 -r1.24
--- Composer.h  19 Jul 2005 08:21:04 -0000      1.23
+++ Composer.h  16 Jan 2006 20:31:59 -0000      1.24
@@ -199,6 +199,6 @@
    */
    void SetAddresses(const String& to,
-                     const String& cc = _T(""),
-                     const String& bcc = _T(""))
+                     const String& cc = wxEmptyString,
+                     const String& bcc = wxEmptyString)
    {
       AddRecipients(to, Recipient_To);

Index: ConfigSource.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ConfigSource.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -u -2 -r1.14 -r1.15
--- ConfigSource.h      8 Jul 2005 21:57:20 -0000       1.14
+++ ConfigSource.h      16 Jan 2006 20:31:59 -0000      1.15
@@ -135,6 +135,6 @@
    static bool Copy(ConfigSource& configDst,
                     const ConfigSource& configSrc,
-                    const String& pathDst = _T(""),
-                    const String& pathSrc = _T(""));
+                    const String& pathDst = wxEmptyString,
+                    const String& pathSrc = wxEmptyString);
 
 

Index: ConfigSourceLocal.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ConfigSourceLocal.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- ConfigSourceLocal.h 5 Jul 2005 21:23:08 -0000       1.2
+++ ConfigSourceLocal.h 16 Jan 2006 20:31:59 -0000      1.3
@@ -34,5 +34,5 @@
       @param filename the name of config file or empty to use the default one
     */
-   static ConfigSourceLocal *CreateDefault(const String& filename = _T(""))
+   static ConfigSourceLocal *CreateDefault(const String& filename = 
wxEmptyString)
    {
       ConfigSourceLocal *config = new ConfigSourceLocal();
@@ -53,5 +53,5 @@
     */
    static ConfigSourceLocal *CreateFile(const String& filename,
-                                        const String& name = _T(""))
+                                        const String& name = wxEmptyString)
    {
       ConfigSourceLocal *config = new ConfigSourceLocal(name);

Index: MEvent.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MEvent.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -b -u -2 -r1.58 -r1.59
--- MEvent.h    21 Apr 2004 21:43:10 -0000      1.58
+++ MEvent.h    16 Jan 2006 20:31:59 -0000      1.59
@@ -396,5 +396,5 @@
    MEventFolderTreeChangeData(const String& fullname,
                               ChangeKind what,
-                              const String& newname = _T(""))
+                              const String& newname = wxEmptyString)
       : MEventData(MEventId_FolderTreeChange),
         m_fullname(fullname),

Index: MFilter.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MFilter.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -b -u -2 -r1.21 -r1.22
--- MFilter.h   2 Jul 2004 21:33:31 -0000       1.21
+++ MFilter.h   16 Jan 2006 20:31:59 -0000      1.22
@@ -191,5 +191,5 @@
                         MFDialogTest test,
                         MFDialogTarget target,
-                        String argument = _T("")
+                        String argument = wxEmptyString
       ) = 0;
 

Index: MModule.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MModule.h,v
retrieving revision 1.62
retrieving revision 1.63
diff -b -u -2 -r1.62 -r1.63
--- MModule.h   2 Dec 2004 12:36:38 -0000       1.62
+++ MModule.h   16 Jan 2006 20:31:59 -0000      1.63
@@ -281,5 +281,5 @@
                     the given interface, otherwise returns all modules
    */
-   static MModuleListing * ListAvailableModules(const String& iface = _T(""));
+   static MModuleListing * ListAvailableModules(const String& iface = 
wxEmptyString);
 
    /** Finds the first module which provides the given interface. Only

Index: MailFolder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MailFolder.h,v
retrieving revision 1.201
retrieving revision 1.202
diff -b -u -2 -r1.201 -r1.202
--- MailFolder.h        6 Jul 2005 21:59:56 -0000       1.201
+++ MailFolder.h        16 Jan 2006 20:32:00 -0000      1.202
@@ -410,5 +410,5 @@
                             const String &pattern = _T("*"),
                             bool subscribed_only = false,
-                            const String &reference = _T(""),
+                            const String &reference = wxEmptyString,
                             UserData ud = 0,
                             Ticket ticket = ILLEGAL_TICKET) = 0;
@@ -886,5 +886,5 @@
       @return the full IMAP spec for the given folder
    */
-   static String GetImapSpec(const MFolder *folder, const String& login = 
_T(""));
+   static String GetImapSpec(const MFolder *folder, const String& login = 
wxEmptyString);
 
    /** Extracts the folder name from the folder specification string used by

Index: MailFolderCC.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MailFolderCC.h,v
retrieving revision 1.225
retrieving revision 1.226
diff -b -u -2 -r1.225 -r1.226
--- MailFolderCC.h      6 Jul 2005 22:00:01 -0000       1.225
+++ MailFolderCC.h      16 Jan 2006 20:32:00 -0000      1.226
@@ -191,5 +191,5 @@
                     const String &pattern = _T("*"),
                     bool subscribed_only = false,
-                    const String &reference = _T(""),
+                    const String &reference = wxEmptyString,
                     UserData ud = 0,
                     Ticket ticket = ILLEGAL_TICKET);

Index: Mcommon.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mcommon.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -b -u -2 -r1.56 -r1.57
--- Mcommon.h   22 Jul 2003 12:07:37 -0000      1.56
+++ Mcommon.h   16 Jan 2006 20:32:01 -0000      1.57
@@ -116,5 +116,5 @@
 
 /// defines an empty string for argument lists, needed for scandoc
-#define   M_EMPTYSTRING   _T("")
+#define   M_EMPTYSTRING   wxEmptyString
 
 // ----------------------------------------------------------------------------

Index: MessageView.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MessageView.h,v
retrieving revision 1.64
retrieving revision 1.65
diff -b -u -2 -r1.64 -r1.65
--- MessageView.h       16 Jul 2005 19:46:43 -0000      1.64
+++ MessageView.h       16 Jan 2006 20:32:01 -0000      1.65
@@ -269,5 +269,5 @@
    bool LaunchProcess(const String& command,    // cmd to execute
                       const String& errormsg,   // err msg to give on failure
-                      const String& tempfile = _T("")); // temp file name if 
any
+                      const String& tempfile = wxEmptyString); // temp file 
name if any
 
    /// create the "View" menu for our parent frame

Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.100
retrieving revision 1.101
diff -b -u -2 -r1.100 -r1.101
--- Moptions.h  5 Jul 2005 21:29:58 -0000       1.100
+++ Moptions.h  16 Jan 2006 20:32:01 -0000      1.101
@@ -1473,5 +1473,5 @@
 #define MP_MODULES_DEFVAL   _T("Filters:Migrate")
 /// list of modules to not load
-#define MP_MODULES_DONT_LOAD_DEFVAL _T("")
+#define MP_MODULES_DONT_LOAD_DEFVAL wxEmptyString
 /// the user path for template files used for message composition
 #define MP_COMPOSETEMPLATEPATH_USER_DEFVAL   wxEmptyString

Index: Mversion.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mversion.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -b -u -2 -r1.26 -r1.27
--- Mversion.h  12 Oct 2003 01:41:20 -0000      1.26
+++ Mversion.h  16 Jan 2006 20:32:01 -0000      1.27
@@ -22,9 +22,9 @@
 #define M_VERSION_MINOR   66
 #define M_VERSION_RELEASE 0
-#define M_VERSION_STATUS  _T("") // "a"=alpha
+#define M_VERSION_STATUS  wxEmptyString // "a"=alpha
 
 /// the macros to build the version string from the components
-#define M_VER_STR(x) #x
-#define M_MAKE_VERSION(a, b, c) M_VER_STR(a) "." M_VER_STR(b) "." M_VER_STR(c)
+#define M_VER_STR(x) _T(#x)
+#define M_MAKE_VERSION(a, b, c) M_VER_STR(a) _T(".") M_VER_STR(b) _T(".") 
M_VER_STR(c)
 
 /// short version string (it should always have this format!)

Index: Mwin.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mwin.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -u -2 -r1.10 -r1.11
--- Mwin.h      11 Oct 2003 17:02:36 -0000      1.10
+++ Mwin.h      16 Jan 2006 20:32:01 -0000      1.11
@@ -17,5 +17,5 @@
 /// not defined by makefile
 #ifndef M_CANONICAL_HOST
-#define M_CANONICAL_HOST   _T("")
+#define M_CANONICAL_HOST   wxEmptyString
 #endif
 

Index: SendMessage.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/SendMessage.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -u -2 -r1.14 -r1.15
--- SendMessage.h       16 Dec 2003 01:47:32 -0000      1.14
+++ SendMessage.h       16 Jan 2006 20:32:01 -0000      1.15
@@ -113,6 +113,6 @@
    */
    virtual void SetAddresses(const String &to,
-                             const String &cc = _T(""),
-                             const String &bcc = _T("")) = 0;
+                             const String &cc = wxEmptyString,
+                             const String &bcc = wxEmptyString) = 0;
 
    /** Sets the value for the from field.
@@ -122,6 +122,6 @@
    */
    virtual void SetFrom(const String &from,
-                        const String &replyaddress = _T(""),
-                        const String &sender = _T("")) = 0;
+                        const String &replyaddress = wxEmptyString,
+                        const String &sender = wxEmptyString) = 0;
 
    /**

Index: SendMessageCC.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/SendMessageCC.h,v
retrieving revision 1.59
retrieving revision 1.60
diff -b -u -2 -r1.59 -r1.60
--- SendMessageCC.h     16 Dec 2003 02:01:26 -0000      1.59
+++ SendMessageCC.h     16 Jan 2006 20:32:01 -0000      1.60
@@ -59,10 +59,10 @@
 
    virtual void SetAddresses(const String &To,
-                             const String &CC = _T(""),
-                             const String &BCC = _T(""));
+                             const String &CC = wxEmptyString,
+                             const String &BCC = wxEmptyString);
 
    virtual void SetFrom(const String &from,
-                        const String &replyaddress = _T(""),
-                        const String &sender = _T(""));
+                        const String &replyaddress = wxEmptyString,
+                        const String &sender = wxEmptyString);
 
    virtual void SetNewsgroups(const String &groups);

Index: SpamFilter.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/SpamFilter.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- SpamFilter.h        25 Feb 2005 22:16:27 -0000      1.8
+++ SpamFilter.h        16 Jan 2006 20:32:01 -0000      1.9
@@ -110,5 +110,5 @@
     */
    static bool CheckIfSpam(const Message& msg,
-                           const String& param = _T(""),
+                           const String& param = wxEmptyString,
                            String *result = NULL);
 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to