diff options
Diffstat (limited to 'cpp/include/Ice/EndpointF.h')
-rw-r--r-- | cpp/include/Ice/EndpointF.h | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/cpp/include/Ice/EndpointF.h b/cpp/include/Ice/EndpointF.h index 6a114027b23..2ccebad8c67 100644 --- a/cpp/include/Ice/EndpointF.h +++ b/cpp/include/Ice/EndpointF.h @@ -1,26 +1,26 @@ -// **********************************************************************
-//
-// Copyright (c) 2002
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef ICE_ENDPOINT_F_H
-#define ICE_ENDPOINT_F_H
-
-#include <Ice/Handle.h>
-
-namespace IceInternal
-{
-
-class Endpoint;
-ICE_PROTOCOL_API void incRef(Endpoint*);
-ICE_PROTOCOL_API void decRef(Endpoint*);
-typedef IceInternal::Handle<Endpoint> EndpointPtr;
-
-}
-
-#endif
+// ********************************************************************** +// +// Copyright (c) 2002 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +#ifndef ICE_ENDPOINT_F_H +#define ICE_ENDPOINT_F_H + +#include <Ice/Handle.h> + +namespace IceInternal +{ + +class Endpoint; +ICE_PROTOCOL_API void incRef(Endpoint*); +ICE_PROTOCOL_API void decRef(Endpoint*); +typedef IceInternal::Handle<Endpoint> EndpointPtr; + +} + +#endif |