diff options
| author | Vincent Richard <[email protected]> | 2004-12-22 14:55:43 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-22 14:55:43 +0000 |
| commit | 4f9e439eecbca00b6de0d64e8a3f39b5e7707284 (patch) | |
| tree | a2631ed6d1a86ac9f81164f1b9305434aed0a362 /src/platformDependant.hpp | |
| parent | Updated ChangeLog for new functions in 'component'. (diff) | |
| download | vmime-4f9e439eecbca00b6de0d64e8a3f39b5e7707284.tar.gz vmime-4f9e439eecbca00b6de0d64e8a3f39b5e7707284.zip | |
Some more class documentation.
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: |
