summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/background/EndpointFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/background/EndpointFactory.h')
-rw-r--r--cpp/test/Ice/background/EndpointFactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/Ice/background/EndpointFactory.h b/cpp/test/Ice/background/EndpointFactory.h
index 5f265996bd8..9dab2bac2ef 100644
--- a/cpp/test/Ice/background/EndpointFactory.h
+++ b/cpp/test/Ice/background/EndpointFactory.h
@@ -24,7 +24,8 @@ public:
virtual IceInternal::EndpointIPtr read(Ice::InputStream*) const;
virtual void destroy();
- virtual IceInternal::EndpointFactoryPtr clone(const IceInternal::ProtocolInstancePtr&) const;
+ virtual IceInternal::EndpointFactoryPtr clone(const IceInternal::ProtocolInstancePtr&,
+ const IceInternal::EndpointFactoryPtr&) const;
protected: