summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/InstanceF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/InstanceF.h')
-rw-r--r--cpp/src/IceSSL/InstanceF.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/InstanceF.h b/cpp/src/IceSSL/InstanceF.h
index a8330e47631..3c2bcac856b 100644
--- a/cpp/src/IceSSL/InstanceF.h
+++ b/cpp/src/IceSSL/InstanceF.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.
@@ -21,6 +21,10 @@ class Instance;
IceUtil::Shared* upCast(IceSSL::Instance*);
typedef IceInternal::Handle<Instance> InstancePtr;
+class SharedInstance;
+IceUtil::Shared* upCast(IceSSL::SharedInstance*);
+typedef IceInternal::Handle<SharedInstance> SharedInstancePtr;
+
}
#endif