diff options
-rw-r--r-- | cpp/include/Ice/Application.h | 2 | ||||
-rw-r--r-- | cpp/include/IceSSL/OpenSSL.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/Application.h b/cpp/include/Ice/Application.h index 498b6054c51..85adc93cade 100644 --- a/cpp/include/Ice/Application.h +++ b/cpp/include/Ice/Application.h @@ -218,7 +218,7 @@ public: /** * Configures the application to invoke interruptCallback when a signal occurs, - * thereby giving the subclass responsibility for handling the signal. + * thereby giving the subclass responsibility for handling the signal. */ static void callbackOnInterrupt(); diff --git a/cpp/include/IceSSL/OpenSSL.h b/cpp/include/IceSSL/OpenSSL.h index 733ec654df7..413f969ef50 100644 --- a/cpp/include/IceSSL/OpenSSL.h +++ b/cpp/include/IceSSL/OpenSSL.h @@ -48,7 +48,7 @@ namespace Ice * linked with the application. * @param loadOnInitialize If true, the plug-in is loaded (created) during communicator initialization. * If false, the plug-in is only loaded during communicator initialization if its corresponding plug-in - * property is set to 1. + * property is set to 1. */ ICE_PLUGIN_REGISTER_DECLSPEC_IMPORT void registerIceSSLOpenSSL(bool loadOnInitialize = true); |