summaryrefslogtreecommitdiff
path: root/cpp/include/IceSSL/RSAKeyPairF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceSSL/RSAKeyPairF.h')
-rw-r--r--cpp/include/IceSSL/RSAKeyPairF.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/cpp/include/IceSSL/RSAKeyPairF.h b/cpp/include/IceSSL/RSAKeyPairF.h
deleted file mode 100644
index 70ebbde808c..00000000000
--- a/cpp/include/IceSSL/RSAKeyPairF.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2006 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.
-//
-// **********************************************************************
-
-#ifndef ICE_SSL_RSA_KEY_PAIR_F_H
-#define ICE_SSL_RSA_KEY_PAIR_F_H
-
-#include <Ice/Handle.h>
-#include <IceSSL/Config.h>
-
-namespace IceSSL
-{
-
-class RSAKeyPair;
-typedef IceInternal::Handle<RSAKeyPair> RSAKeyPairPtr;
-
-}
-
-namespace IceInternal
-{
-
-void ICE_SSL_API incRef(::IceSSL::RSAKeyPair*);
-void ICE_SSL_API decRef(::IceSSL::RSAKeyPair*);
-
-}
-
-#endif