diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-02-17 00:41:36 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-02-17 00:41:36 +0100 |
commit | 9c0134ee2c76fe7ff1509501b3904f9db9b29454 (patch) | |
tree | 0412d074ec4216fe6dd7b7fb5e977cf109bbbf4b /include/service.h | |
parent | 959fee59377edc4eaf285d8e72d3c2c41e9fe3ab (diff) |
Rename m_ssl to m_ssl_openssl and update docs
Diffstat (limited to 'include/service.h')
-rw-r--r-- | include/service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/service.h b/include/service.h index db0b2af4b..8142363d6 100644 --- a/include/service.h +++ b/include/service.h @@ -20,7 +20,7 @@ /** Anything that inherits from this class can be referred to * using ServiceReference. Any interfaces provided by modules, * such as commands, use this. This is also used for modules - * that publish a service (m_ssl, etc). + * that publish a service (m_ssl_openssl, etc). */ class CoreExport Service : public virtual Base { |