aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example2.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-12-18 01:57:39 +0000
committerVincent Richard <[email protected]>2004-12-18 01:57:39 +0000
commit460cae786af2c4c8ff205f7feb45b50c43a6700b (patch)
treeadc4c2f466ae5dd625f57a13df3247dd565fbb3a /examples/example2.cpp
parentAdded appendComponent() and getComponentAt() functions. (diff)
downloadvmime-460cae786af2c4c8ff205f7feb45b50c43a6700b.tar.gz
vmime-460cae786af2c4c8ff205f7feb45b50c43a6700b.zip
Default platform handlers (currently only POSIX).
Diffstat (limited to 'examples/example2.cpp')
-rw-r--r--examples/example2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example2.cpp b/examples/example2.cpp
index 6e7f81c6..6534d7e8 100644
--- a/examples/example2.cpp
+++ b/examples/example2.cpp
@@ -30,7 +30,7 @@
#include <iostream>
#include "../src/vmime"
-#include "common.inc"
+#include "../src/platforms/posix/handler.hpp"
int main()
@@ -38,7 +38,7 @@ int main()
std::cout << std::endl;
// VMime initialization
- vmime::platformDependant::setHandler<my_handler>();
+ vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>();
try
{