diff options
Diffstat (limited to '')
-rw-r--r-- | src/messaging/socket.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/messaging/socket.hpp b/src/messaging/socket.hpp index 4cf69536..257a459c 100644 --- a/src/messaging/socket.hpp +++ b/src/messaging/socket.hpp @@ -28,6 +28,9 @@ namespace vmime { namespace messaging { +/** Interface for connecting to servers. + */ + class socket { public: @@ -81,6 +84,9 @@ public: }; +/** A class to create 'socket' objects. + */ + class socketFactory { public: |