diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-12-05 16:07:33 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-12-05 16:07:33 -0500 |
commit | b26284900aa7009877d0ce2257a0dac1d8efa438 (patch) | |
tree | 3a473be1695ad017856bfae985848eaac30cdf7e /cpp/src/IceGrid/AdminSessionI.cpp | |
parent | Fixed bug where Ice.Admin.Endpoints would get duplicated (diff) | |
download | ice-b26284900aa7009877d0ce2257a0dac1d8efa438.tar.bz2 ice-b26284900aa7009877d0ce2257a0dac1d8efa438.tar.xz ice-b26284900aa7009877d0ce2257a0dac1d8efa438.zip |
Fixed build, application.xml, bug in IceGrid GUI
Diffstat (limited to 'cpp/src/IceGrid/AdminSessionI.cpp')
-rw-r--r-- | cpp/src/IceGrid/AdminSessionI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/AdminSessionI.cpp b/cpp/src/IceGrid/AdminSessionI.cpp index 5d8d7d936e5..d4c71a4e05c 100644 --- a/cpp/src/IceGrid/AdminSessionI.cpp +++ b/cpp/src/IceGrid/AdminSessionI.cpp @@ -9,6 +9,7 @@ #include <Ice/Ice.h> #include <IceUtil/UUID.h> +#include <IceUtil/DisableWarnings.h> #include <IceGrid/RegistryI.h> #include <IceGrid/AdminSessionI.h> #include <IceGrid/AdminI.h> |