summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/binding/TestI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/binding/TestI.h')
-rw-r--r--cpp/test/Ice/binding/TestI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/binding/TestI.h b/cpp/test/Ice/binding/TestI.h
index b17e3585bcc..569f6f24965 100644
--- a/cpp/test/Ice/binding/TestI.h
+++ b/cpp/test/Ice/binding/TestI.h
@@ -17,7 +17,7 @@ class RemoteCommunicatorI : public Test::RemoteCommunicator
public:
virtual Test::RemoteObjectAdapterPrx createObjectAdapter(const std::string&, const std::string&,
- const Ice::Current&);
+ const Ice::Current&);
virtual void deactivateObjectAdapter(const Test::RemoteObjectAdapterPrx&, const Ice::Current&);
virtual void shutdown(const Ice::Current&);
};