summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/distribution/TestI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/distribution/TestI.h')
-rw-r--r--cpp/test/IceGrid/distribution/TestI.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/cpp/test/IceGrid/distribution/TestI.h b/cpp/test/IceGrid/distribution/TestI.h
deleted file mode 100644
index 2eedcb913b5..00000000000
--- a/cpp/test/IceGrid/distribution/TestI.h
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// Copyright (c) ZeroC, Inc. All rights reserved.
-//
-
-#ifndef TEST_I_H
-#define TEST_I_H
-
-#include <Test.h>
-
-class TestI : public ::Test::TestIntf
-{
-public:
-
- TestI(const Ice::PropertiesPtr&);
-
- virtual std::string getServerFile(const std::string&, const Ice::Current&);
- virtual std::string getApplicationFile(const std::string&, const Ice::Current&);
-
-private:
-
- Ice::PropertiesPtr _properties;
-};
-
-#endif