diff options
Diffstat (limited to 'cppe/test/IceE/retry/TestI.h')
-rw-r--r-- | cppe/test/IceE/retry/TestI.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/cppe/test/IceE/retry/TestI.h b/cppe/test/IceE/retry/TestI.h deleted file mode 100644 index a08537b6752..00000000000 --- a/cppe/test/IceE/retry/TestI.h +++ /dev/null @@ -1,21 +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 TEST_I_H -#define TEST_I_H - -#include <Test.h> - -class RetryI : public Test::Retry -{ - virtual void op(bool, const Ice::Current&); - virtual void shutdown(const Ice::Current&); -}; - -#endif |