diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-03-29 21:20:33 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-03-29 21:20:33 +0000 |
commit | 50db7d1d6e61ca5131005ff9512dd58a67b349f2 (patch) | |
tree | b1c6df3c0b3ef03828ab7978c7ebfe01f87c735e /cpp/src/IceSSL/Util.cpp | |
parent | ice_newIdentity -> ice_identity (diff) | |
download | ice-50db7d1d6e61ca5131005ff9512dd58a67b349f2.tar.bz2 ice-50db7d1d6e61ca5131005ff9512dd58a67b349f2.tar.xz ice-50db7d1d6e61ca5131005ff9512dd58a67b349f2.zip |
Java metadata
Diffstat (limited to 'cpp/src/IceSSL/Util.cpp')
-rw-r--r-- | cpp/src/IceSSL/Util.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/Util.cpp b/cpp/src/IceSSL/Util.cpp index b40ec41fcb4..854481dbd3d 100644 --- a/cpp/src/IceSSL/Util.cpp +++ b/cpp/src/IceSSL/Util.cpp @@ -10,6 +10,8 @@ #include <Util.h> #include <Ice/LocalException.h> +#include <IceUtil/DisableWarnings.h> + using namespace std; using namespace Ice; using namespace IceSSL; |