aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/stream.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-08-23 19:11:19 +0000
committerVincent Richard <[email protected]>2005-08-23 19:11:19 +0000
commit28bafee9444aec42a92f250833a64f4f3acf25cb (patch)
tree6452d6eab320cea4a68c5dcb4605e698347de1ec /src/utility/stream.cpp
parentAdded test case for '?' in the middle of the encoded buffer. (diff)
downloadvmime-28bafee9444aec42a92f250833a64f4f3acf25cb.tar.gz
vmime-28bafee9444aec42a92f250833a64f4f3acf25cb.zip
Renamed 'vmime::messaging' to 'vmime::net'.
Diffstat (limited to 'src/utility/stream.cpp')
-rw-r--r--src/utility/stream.cpp6
1 files changed, 3 insertions, 3 deletions
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 <iterator> // 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)
{
}