diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-02 15:25:35 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-02 15:25:35 +0000 |
commit | d99431205bc8c179b7cd52d4934818cddb29290c (patch) | |
tree | f7327563eedf2f86ca5ac37b0487d6dfc93f2bae /cpp/include/Ice/Application.h | |
parent | more IcePatch work (diff) | |
download | ice-d99431205bc8c179b7cd52d4934818cddb29290c.tar.bz2 ice-d99431205bc8c179b7cd52d4934818cddb29290c.tar.xz ice-d99431205bc8c179b7cd52d4934818cddb29290c.zip |
fixes
Diffstat (limited to 'cpp/include/Ice/Application.h')
-rw-r--r-- | cpp/include/Ice/Application.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/include/Ice/Application.h b/cpp/include/Ice/Application.h index 45686caae85..10189f193fb 100644 --- a/cpp/include/Ice/Application.h +++ b/cpp/include/Ice/Application.h @@ -65,17 +65,10 @@ public: static void ignoreInterrupt(); static void defaultInterrupt(); - // - // Return true if communicator()->shutdown() has been called - // because of an interrupt. - // - static bool isShutdownFromInterrupt(); - private: static const char* _appName; static CommunicatorPtr _communicator; - static bool _shutdown; #ifdef _WIN32 friend BOOL WINAPI interruptHandler(DWORD); |