summaryrefslogtreecommitdiff
path: root/cpp/test/include/TestCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/include/TestCommon.h')
-rw-r--r--cpp/test/include/TestCommon.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/cpp/test/include/TestCommon.h b/cpp/test/include/TestCommon.h
index acc3b8d2152..e41d75c9234 100644
--- a/cpp/test/include/TestCommon.h
+++ b/cpp/test/include/TestCommon.h
@@ -57,22 +57,6 @@ TEST_API std::string getTestHost(const Ice::PropertiesPtr&);
TEST_API int getTestPort(const Ice::PropertiesPtr&, int);
TEST_API Ice::InitializationData getTestInitData(int&, char*[]);
-class TEST_API RemoteConfig
-{
-public:
-
- RemoteConfig(const std::string&, int, char**, const Ice::CommunicatorPtr&);
- ~RemoteConfig() ICE_NOEXCEPT_FALSE;
-
- bool isRemote() const;
- void finished(int);
-
-private:
-
- Ice::ObjectPrxPtr _server;
- int _status;
-};
-
#if !defined(ICE_OS_WINRT) && (TARGET_OS_IPHONE == 0)
void