diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-03-02 22:04:44 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-03-02 22:04:44 -0500 |
commit | 7575bff4935c0c9166bbf82f7414a515abf45faf (patch) | |
tree | 7e392deefb208490d33e000337438d6add4c3550 /cpp/include/IceSSL/IceSSL.h | |
parent | Fixes for test with Nuget packages (diff) | |
download | ice-7575bff4935c0c9166bbf82f7414a515abf45faf.tar.bz2 ice-7575bff4935c0c9166bbf82f7414a515abf45faf.tar.xz ice-7575bff4935c0c9166bbf82f7414a515abf45faf.zip |
Replaced ICE_SSL_ by ICESSL_ for consistency
Diffstat (limited to 'cpp/include/IceSSL/IceSSL.h')
-rw-r--r-- | cpp/include/IceSSL/IceSSL.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceSSL/IceSSL.h b/cpp/include/IceSSL/IceSSL.h index 49cc160d3cc..87882208554 100644 --- a/cpp/include/IceSSL/IceSSL.h +++ b/cpp/include/IceSSL/IceSSL.h @@ -7,8 +7,8 @@ // // ********************************************************************** -#ifndef ICE_SSL_ICE_SSL_H -#define ICE_SSL_ICE_SSL_H +#ifndef ICESSL_ICESSL_H +#define ICESSL_ICESSL_H #include <IceUtil/PushDisableWarnings.h> #include <Ice/Config.h> |