diff options
author | Jose <jose@zeroc.com> | 2019-10-21 16:27:28 +0200 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-02 10:38:58 -0500 |
commit | 4b46039f47f87c3b80d1788159251473da196fb2 (patch) | |
tree | 09f65cd06277a59d2ac7fcbc335fa7951d92e0e1 /cpp/include/Ice/Ice.h | |
parent | IceGrid and IceStorm (diff) | |
download | ice-4b46039f47f87c3b80d1788159251473da196fb2.tar.bz2 ice-4b46039f47f87c3b80d1788159251473da196fb2.tar.xz ice-4b46039f47f87c3b80d1788159251473da196fb2.zip |
Remove Ice::Application & Glacier2::Application deprecated classes
Diffstat (limited to 'cpp/include/Ice/Ice.h')
-rw-r--r-- | cpp/include/Ice/Ice.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/include/Ice/Ice.h b/cpp/include/Ice/Ice.h index 692dd6ee5c9..a9e2c0c845e 100644 --- a/cpp/include/Ice/Ice.h +++ b/cpp/include/Ice/Ice.h @@ -6,6 +6,7 @@ #define ICE_ICE_H #include <IceUtil/PushDisableWarnings.h> +#include <IceUtil/CtrlCHandler.h> #include <Ice/Config.h> #include <Ice/Comparable.h> #include <Ice/Initialize.h> @@ -27,9 +28,6 @@ #include <Ice/OutgoingAsync.h> #include <Ice/IncomingAsync.h> #include <Ice/Process.h> -#if !defined(ICE_OS_UWP) && (!defined(__APPLE__) || TARGET_OS_IPHONE == 0) -# include <Ice/Application.h> -#endif #include <Ice/Connection.h> #include <Ice/ConnectionAsync.h> #include <Ice/Functional.h> |