From 460cae786af2c4c8ff205f7feb45b50c43a6700b Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sat, 18 Dec 2004 01:57:39 +0000 Subject: Default platform handlers (currently only POSIX). --- examples/example6.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/example6.cpp') 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 #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 (); + vmime::platformDependant::setHandler(); // // Test the new enumeration system for encoders -- cgit v1.2.3