From 28bafee9444aec42a92f250833a64f4f3acf25cb Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 23 Aug 2005 19:11:19 +0000 Subject: Renamed 'vmime::messaging' to 'vmime::net'. --- src/utility/stream.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/utility') diff --git a/src/utility/stream.cpp b/src/utility/stream.cpp index 799c6c32..49ebcf66 100644 --- a/src/utility/stream.cpp +++ b/src/utility/stream.cpp @@ -24,7 +24,7 @@ #include // for std::back_inserter #if VMIME_HAVE_MESSAGING_FEATURES - #include "vmime/messaging/socket.hpp" + #include "vmime/net/socket.hpp" #endif @@ -331,7 +331,7 @@ const stream::size_type inputStreamPointerAdapter::skip(const size_type count) // outputStreamSocketAdapter -outputStreamSocketAdapter::outputStreamSocketAdapter(messaging::socket& sok) +outputStreamSocketAdapter::outputStreamSocketAdapter(net::socket& sok) : m_socket(sok) { } @@ -346,7 +346,7 @@ void outputStreamSocketAdapter::write // inputStreamSocketAdapter -inputStreamSocketAdapter::inputStreamSocketAdapter(messaging::socket& sok) +inputStreamSocketAdapter::inputStreamSocketAdapter(net::socket& sok) : m_socket(sok) { } -- cgit