diff options
Diffstat (limited to 'src/platformDependant.hpp')
-rw-r--r-- | src/platformDependant.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/platformDependant.hpp b/src/platformDependant.hpp index 920e970b..660d54b3 100644 --- a/src/platformDependant.hpp +++ b/src/platformDependant.hpp @@ -40,14 +40,17 @@ namespace vmime { -/** The link between your application and VMime. It offers an interface to - * access platform-dependant objects: sockets, date/time, file system, etc. +/** Allow setting or getting the current platform handler. */ class platformDependant { public: + /** Handles all platform-dependant operations. It offers an interface to + * access platform-dependant objects: sockets, date/time, file system, etc. + */ + class handler { public: |