aboutsummaryrefslogtreecommitdiffstats
path: root/src/base.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/base.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/base.cpp')
-rw-r--r--src/base.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base.cpp b/src/base.cpp
index 8ccd1207..217b1fa5 100644
--- a/src/base.cpp
+++ b/src/base.cpp
@@ -40,7 +40,7 @@
#include "vmime/options.hpp"
#if VMIME_HAVE_MESSAGING_FEATURES
- #include "vmime/messaging/serviceFactory.hpp"
+ #include "vmime/net/serviceFactory.hpp"
#endif
@@ -143,7 +143,7 @@ public:
textPartFactory::getInstance();
#if VMIME_HAVE_MESSAGING_FEATURES
- messaging::serviceFactory::getInstance();
+ net::serviceFactory::getInstance();
#endif
}
};