// ********************************************************************** // // Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // // ********************************************************************** #ifndef COUNT_DOWN_LATCH_TEST_H #define COUNT_DOWN_LATCH_TEST_H #include class CountDownLatchTest : public TestBase { public: CountDownLatchTest(); private: virtual void run(); }; #endif