diff options
Diffstat (limited to 'cppe/test/IceE/thread/AliveTest.h')
-rw-r--r-- | cppe/test/IceE/thread/AliveTest.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/cppe/test/IceE/thread/AliveTest.h b/cppe/test/IceE/thread/AliveTest.h deleted file mode 100644 index 695b35c6785..00000000000 --- a/cppe/test/IceE/thread/AliveTest.h +++ /dev/null @@ -1,26 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. -// -// This copy of Ice-E is licensed to you under the terms described in the -// ICEE_LICENSE file included in this distribution. -// -// ********************************************************************** - -#ifndef ALIVE_TEST_H -#define ALIVE_TEST_H - -#include <TestBase.h> - -class AliveTest : public TestBase -{ -public: - - AliveTest(); - -private: - - virtual void run(); -}; - -#endif |