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

Modified Files:
        ServerInfo.h 
Log Message:
a few fixes for Unicode compilation

Index: ServerInfo.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/mail/ServerInfo.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- ServerInfo.h        15 Jul 2002 17:03:06 -0000      1.2
+++ ServerInfo.h        8 Sep 2002 19:23:08 -0000       1.3
@@ -114,5 +114,5 @@
          serverInfo = mf->CreateServerInfo(folder);
 
-         CHECK( serverInfo, NULL, "CreateServerInfo() failed?" );
+         CHECK( serverInfo, NULL, _T("CreateServerInfo() failed?") );
 
          ms_servers.push_back(serverInfo);
@@ -143,7 +143,7 @@
    void SetAuthInfo(const String& login, const String& password)
    {
-      CHECK_RET( !login.empty(), "empty login not allowed" );
+      CHECK_RET( !login.empty(), _T("empty login not allowed") );
 
-      ASSERT_MSG( !m_hasAuthInfo, "overriding auth info for the server?" );
+      ASSERT_MSG( !m_hasAuthInfo, _T("overriding auth info for the server?") );
 
       m_hasAuthInfo = true;



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to