From 0894c989596feb8d97d582e87cca021339cc26cd Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 11 Oct 2006 14:52:41 +0000 Subject: Renamed 'vmime::platformDependant' to 'vmime::platform'. --- 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 2783996a..984d14e0 100644 --- a/examples/example6.cpp +++ b/examples/example6.cpp @@ -273,7 +273,7 @@ static std::ostream& operator<<(std::ostream& os, const vmime::exception& e) const vmime::exceptions::filesystem_exception& fse = dynamic_cast (e); - os << " path = " << vmime::platformDependant::getHandler()-> + os << " path = " << vmime::platform::getHandler()-> getFileSystemFactory()->pathToString(fse.path()) << std::endl; } @@ -818,7 +818,7 @@ static const bool menu() int main() { // VMime initialization - vmime::platformDependant::setHandler(); + vmime::platform::setHandler(); for (bool quit = false ; !quit ; ) { -- cgit v1.2.3