// // Copyright (c) ZeroC, Inc. All rights reserved. // #ifndef ALIVE_TEST_H #define ALIVE_TEST_H #include class AliveTest : public TestBase { public: AliveTest(); private: virtual void run(); }; #endif