summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CryptKeyF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/CryptKeyF.h')
-rw-r--r--cpp/src/Ice/CryptKeyF.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/cpp/src/Ice/CryptKeyF.h b/cpp/src/Ice/CryptKeyF.h
new file mode 100644
index 00000000000..afa6b426095
--- /dev/null
+++ b/cpp/src/Ice/CryptKeyF.h
@@ -0,0 +1,38 @@
+// **********************************************************************
+//
+// Copyright (c) 2002
+// MutableRealms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+
+#ifndef ICE_CRYPT_KEY_F_H
+#define ICE_CRYPT_KEY_F_H
+
+#include <Ice/Handle.h>
+
+namespace IceSecurity
+{
+
+namespace SecureUdp
+{
+
+class CryptKey;
+typedef IceInternal::Handle<CryptKey> CryptKeyPtr;
+
+}
+
+}
+
+namespace IceInternal
+{
+
+void incRef(::IceSecurity::SecureUdp::CryptKey*);
+void decRef(::IceSecurity::SecureUdp::CryptKey*);
+
+}
+
+#endif
+