diff options
author | Vincent Richard <[email protected]> | 2004-12-18 01:57:39 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-18 01:57:39 +0000 |
commit | 460cae786af2c4c8ff205f7feb45b50c43a6700b (patch) | |
tree | adc4c2f466ae5dd625f57a13df3247dd565fbb3a /examples/example6.cpp | |
parent | Added appendComponent() and getComponentAt() functions. (diff) | |
download | vmime-460cae786af2c4c8ff205f7feb45b50c43a6700b.tar.gz vmime-460cae786af2c4c8ff205f7feb45b50c43a6700b.zip |
Default platform handlers (currently only POSIX).
Diffstat (limited to 'examples/example6.cpp')
-rw-r--r-- | examples/example6.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example6.cpp b/examples/example6.cpp index 78fe0f3d..465cf854 100644 --- a/examples/example6.cpp +++ b/examples/example6.cpp @@ -20,7 +20,7 @@ #include <iostream> #include "../src/vmime" -#include "common.inc" +#include "../src/platforms/posix/handler.hpp" // @@ -70,7 +70,7 @@ void printStructure(const vmime::messaging::structure& s, int level = 0) int main() { // VMime initialization - vmime::platformDependant::setHandler <my_handler>(); + vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>(); // // Test the new enumeration system for encoders |