summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/MessageAuthenticator.h
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-03-13 20:10:07 +0000
committerAnthony Neal <aneal@zeroc.com>2002-03-13 20:10:07 +0000
commit27c5fa0a95a523c5bea82eecc420e805b4533aae (patch)
treeb18f7be9632d266d7e8f6c16b02de831a3e11d57 /cpp/src/Ice/MessageAuthenticator.h
parentcleanup (diff)
downloadice-27c5fa0a95a523c5bea82eecc420e805b4533aae.tar.bz2
ice-27c5fa0a95a523c5bea82eecc420e805b4533aae.tar.xz
ice-27c5fa0a95a523c5bea82eecc420e805b4533aae.zip
Refactor of SSL Extension, phase 1.
Diffstat (limited to 'cpp/src/Ice/MessageAuthenticator.h')
-rw-r--r--cpp/src/Ice/MessageAuthenticator.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/src/Ice/MessageAuthenticator.h b/cpp/src/Ice/MessageAuthenticator.h
index b20f4bbaa67..a829cc4e27b 100644
--- a/cpp/src/Ice/MessageAuthenticator.h
+++ b/cpp/src/Ice/MessageAuthenticator.h
@@ -15,9 +15,6 @@
#include <Ice/Stream.h>
#include <Ice/MessageAuthenticatorF.h>
-namespace IceSecurity
-{
-
namespace SecureUdp
{
@@ -42,7 +39,5 @@ protected:
}
-}
-
#endif