diff options
Diffstat (limited to 'cpp/test/Ice/background/EndpointFactory.h')
-rw-r--r-- | cpp/test/Ice/background/EndpointFactory.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/test/Ice/background/EndpointFactory.h b/cpp/test/Ice/background/EndpointFactory.h index 132dc0c2064..c934fb63978 100644 --- a/cpp/test/Ice/background/EndpointFactory.h +++ b/cpp/test/Ice/background/EndpointFactory.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. @@ -20,10 +20,12 @@ public: virtual ::Ice::Short type() const; virtual ::std::string protocol() const; - virtual IceInternal::EndpointIPtr create(const std::string&, bool) const; + virtual IceInternal::EndpointIPtr create(std::vector<std::string>&, bool) const; virtual IceInternal::EndpointIPtr read(IceInternal::BasicStream*) const; virtual void destroy(); + virtual IceInternal::EndpointFactoryPtr clone(const IceInternal::ProtocolInstancePtr&) const; + protected: EndpointFactory(const IceInternal::EndpointFactoryPtr&); |