Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26241/src/mail

Modified Files:
        SendMessageCC.cpp 
Log Message:
fixed typo/bug in locking c-client in SendMessageCC::Send() (thanks VC7)

Index: SendMessageCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/SendMessageCC.cpp,v
retrieving revision 1.225
retrieving revision 1.226
diff -b -u -2 -r1.225 -r1.226
--- SendMessageCC.cpp   18 Dec 2003 15:35:55 -0000      1.225
+++ SendMessageCC.cpp   11 Mar 2004 11:15:36 -0000      1.226
@@ -1699,5 +1699,5 @@
       return false;
 
-   MCclientLocker locker();
+   MCclientLocker locker;
 
 #ifndef OS_UNIX



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to