diff options
author | Vincent Richard <[email protected]> | 2006-10-11 14:52:41 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2006-10-11 14:52:41 +0000 |
commit | 0894c989596feb8d97d582e87cca021339cc26cd (patch) | |
tree | 75ac912b7b2355102a2c729e424aa504183fd66d /examples/example5.cpp | |
parent | Reissue EHLO after successful STARTTLS. (diff) | |
download | vmime-0894c989596feb8d97d582e87cca021339cc26cd.tar.gz vmime-0894c989596feb8d97d582e87cca021339cc26cd.zip |
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Diffstat (limited to 'examples/example5.cpp')
-rw-r--r-- | examples/example5.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example5.cpp b/examples/example5.cpp index 8d86630b..78b4d841 100644 --- a/examples/example5.cpp +++ b/examples/example5.cpp @@ -42,7 +42,7 @@ int main() std::cout << std::endl; // VMime initialization - vmime::platformDependant::setHandler<vmime::platforms::posix::posixHandler>(); + vmime::platform::setHandler<vmime::platforms::posix::posixHandler>(); try { |