diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-28 06:43:00 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-28 06:43:00 +0800 |
commit | 3797918d013db678b61d62956ed14ad50e7b70e1 (patch) | |
tree | 62a8952d650f0013e99f5519b084398f6a3459b8 /camel/ChangeLog | |
parent | 5a223c85b94c5cc51fe5e830665cabd981e4c75b (diff) | |
download | gsoc2013-evolution-3797918d013db678b61d62956ed14ad50e7b70e1.tar.gz gsoc2013-evolution-3797918d013db678b61d62956ed14ad50e7b70e1.tar.zst gsoc2013-evolution-3797918d013db678b61d62956ed14ad50e7b70e1.zip |
Initialize the private send_lock. (camel_transport_finalize): Free the
2001-06-27 Jeffrey Stedfast <fejj@ximian.com>
* camel-transport.c (camel_transport_init): Initialize the private
send_lock.
(camel_transport_finalize): Free the private send_lock.
(camel_transport_get_type): Set the init and finalize functions.
(camel_transport_send): Lock the transport.
(camel_transport_send_to): Same.
* camel-private.h: Add CAMEL_TRANSPORT_(UN)LOCK macros.
svn path=/trunk/; revision=10547
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7bcee459fa..dfafd7d909 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,16 @@ 2001-06-27 Jeffrey Stedfast <fejj@ximian.com> + * camel-transport.c (camel_transport_init): Initialize the private + send_lock. + (camel_transport_finalize): Free the private send_lock. + (camel_transport_get_type): Set the init and finalize functions. + (camel_transport_send): Lock the transport. + (camel_transport_send_to): Same. + + * camel-private.h: Add CAMEL_TRANSPORT_(UN)LOCK macros. + +2001-06-27 Jeffrey Stedfast <fejj@ximian.com> + * tests/folder/test9.c (main): Updated to match the current API. * tests/folder/test3.c: #include <gtk/gtk.h> since we use |