diff options
Diffstat (limited to 'cpp/src/Ice/MessageAuthenticatorF.h')
-rw-r--r-- | cpp/src/Ice/MessageAuthenticatorF.h | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/cpp/src/Ice/MessageAuthenticatorF.h b/cpp/src/Ice/MessageAuthenticatorF.h index ed81c123004..e37887b141a 100644 --- a/cpp/src/Ice/MessageAuthenticatorF.h +++ b/cpp/src/Ice/MessageAuthenticatorF.h @@ -1,38 +1,38 @@ -// **********************************************************************
-//
-// 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 IceSecurity
-{
-
-namespace SecureUdp
-{
-
-class MessageAuthenticator;
-typedef IceInternal::Handle<MessageAuthenticator> MessageAuthenticatorPtr;
-
-}
-
-}
-
-namespace IceInternal
-{
-
-void incRef(::IceSecurity::SecureUdp::MessageAuthenticator*);
-void decRef(::IceSecurity::SecureUdp::MessageAuthenticator*);
-
-}
-
-#endif
-
+// ********************************************************************** +// +// 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 IceSecurity +{ + +namespace SecureUdp +{ + +class MessageAuthenticator; +typedef IceInternal::Handle<MessageAuthenticator> MessageAuthenticatorPtr; + +} + +} + +namespace IceInternal +{ + +void incRef(::IceSecurity::SecureUdp::MessageAuthenticator*); +void decRef(::IceSecurity::SecureUdp::MessageAuthenticator*); + +} + +#endif + |