Move CamelTcpStreamRaw's fields to a private structure
authorFederico Mena Quintero <federico@novell.com>
Wed, 14 Jul 2010 21:06:56 +0000 (16:06 -0500)
committerFederico Mena Quintero <federico@novell.com>
Fri, 23 Jul 2010 21:32:26 +0000 (16:32 -0500)
commit3cffd62ceda1ca58ac60600b922c9fc0cc9d35d4
tree5dfa613af3070daa3c365c1a3a89560ec5457cf2
parent9a0d409d5005706c5e52891f4cb37e30f22cb76d
Move CamelTcpStreamRaw's fields to a private structure

We also add a temporary camel_tcp_stream_raw_get_fd(), used by the imapx provider.
This function will go away in favor of the general camel_tcp_stream_get_file_desc().

Signed-off-by: Federico Mena Quintero <federico@novell.com>
camel/camel-tcp-stream-raw.c
camel/camel-tcp-stream-raw.h
camel/providers/imapx/camel-imapx-server.c