diff options
| author | Vincent Richard <[email protected]> | 2005-10-19 13:28:36 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-10-19 13:28:36 +0200 |
| commit | 6f278de337b1f017a34211250bbb09d8c72a8a3e (patch) | |
| tree | 66658f968cb7bed2b23f8ada2f3f770987ea200c /tests/charset/main.cpp | |
| parent | Charset converter. (diff) | |
| download | vmime-6f278de337b1f017a34211250bbb09d8c72a8a3e.tar.gz vmime-6f278de337b1f017a34211250bbb09d8c72a8a3e.zip | |
Charset converter.
Diffstat (limited to 'tests/charset/main.cpp')
| -rw-r--r-- | tests/charset/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/charset/main.cpp b/tests/charset/main.cpp index 0fb2495a..9ad30432 100644 --- a/tests/charset/main.cpp +++ b/tests/charset/main.cpp @@ -24,14 +24,14 @@ #include <iostream> #include <ostream> -#include "../../src/vmime" -#include "../../examples/common.inc" +#include "vmime/vmime.hpp" +#include "vmime/platforms/posix/posixHandler.hpp" int main(int argc, char* argv[]) { // VMime initialization - vmime::platformDependant::setHandler<my_handler>(); + vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>(); const vmime::string from(argv[1]); |
