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/messaging/service.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/messaging/service.hpp')
| -rw-r--r-- | src/messaging/service.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/messaging/service.hpp b/src/messaging/service.hpp index cfab3611..e6aa372c 100644 --- a/src/messaging/service.hpp +++ b/src/messaging/service.hpp @@ -35,6 +35,9 @@ namespace vmime { namespace messaging { +/** Base class for messaging services. + */ + class service { protected: @@ -114,6 +117,7 @@ public: */ authenticator* getAuthenticator(); +#ifndef VMIME_BUILDING_DOC // Basic service registerer template <class S> class initializer @@ -126,6 +130,7 @@ public: template registerServiceByProtocol <S>(protocol); } }; +#endif // VMIME_BUILDING_DOC private: |
