diff options
Diffstat (limited to 'cppe/test/include/TestApplication.h')
-rw-r--r-- | cppe/test/include/TestApplication.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cppe/test/include/TestApplication.h b/cppe/test/include/TestApplication.h index ab90b990150..49c8108045e 100644 --- a/cppe/test/include/TestApplication.h +++ b/cppe/test/include/TestApplication.h @@ -12,6 +12,8 @@ #include <IceE/Config.h> #include <IceE/IceE.h> +#include <IceE/Mutex.h> + // // XXX: For ICEE_TEST_COMMON_API. We could create a TestConfig.h later, or // perhaps make Test/... subdirectory. @@ -34,6 +36,8 @@ public: void setCommunicator(const Ice::CommunicatorPtr&); Ice::CommunicatorPtr communicator(); + bool terminated() const; + private: const std::string _name; |