summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/MessageAuthenticatorF.h
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-03-19 15:39:33 +0000
committerAnthony Neal <aneal@zeroc.com>2002-03-19 15:39:33 +0000
commitc210b6ff1ef66fd972c40bcc07db28231099e7b4 (patch)
treef274afcfff721976a71b3389f373ab759c8e5fa3 /cpp/src/Ice/MessageAuthenticatorF.h
parentUpdated the properties added to the SSL extension, and those added for (diff)
downloadice-c210b6ff1ef66fd972c40bcc07db28231099e7b4.tar.bz2
ice-c210b6ff1ef66fd972c40bcc07db28231099e7b4.tar.xz
ice-c210b6ff1ef66fd972c40bcc07db28231099e7b4.zip
Removed the SUDP implementation (for now). See the tag sudp in CVS to
recover.
Diffstat (limited to 'cpp/src/Ice/MessageAuthenticatorF.h')
-rw-r--r--cpp/src/Ice/MessageAuthenticatorF.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/cpp/src/Ice/MessageAuthenticatorF.h b/cpp/src/Ice/MessageAuthenticatorF.h
deleted file mode 100644
index 7d0cd83f2b6..00000000000
--- a/cpp/src/Ice/MessageAuthenticatorF.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2002
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef ICE_MESSAGE_AUTHENTICATOR_F_H
-#define ICE_MESSAGE_AUTHENTICATOR_F_H
-
-#include <Ice/Handle.h>
-
-namespace SecureUdp
-{
-
-class MessageAuthenticator;
-typedef IceInternal::Handle<MessageAuthenticator> MessageAuthenticatorPtr;
-
-}
-
-namespace IceInternal
-{
-
-void incRef(::SecureUdp::MessageAuthenticator*);
-void decRef(::SecureUdp::MessageAuthenticator*);
-
-}
-
-#endif
-