diff options
Diffstat (limited to 'cpp/include/Ice/ReferenceF.h')
-rw-r--r-- | cpp/include/Ice/ReferenceF.h | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/cpp/include/Ice/ReferenceF.h b/cpp/include/Ice/ReferenceF.h index 34c05bdbc01..a154aec6398 100644 --- a/cpp/include/Ice/ReferenceF.h +++ b/cpp/include/Ice/ReferenceF.h @@ -1,26 +1,26 @@ -// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef ICE_REFERENCE_F_H
-#define ICE_REFERENCE_F_H
-
-#include <Ice/Handle.h>
-
-namespace IceInternal
-{
-
-class Reference;
-ICE_API void incRef(Reference*);
-ICE_API void decRef(Reference*);
-typedef IceInternal::Handle<Reference> ReferencePtr;
-
-}
-
-#endif
+// ********************************************************************** +// +// Copyright (c) 2001 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +#ifndef ICE_REFERENCE_F_H +#define ICE_REFERENCE_F_H + +#include <Ice/Handle.h> + +namespace IceInternal +{ + +class Reference; +ICE_API void incRef(Reference*); +ICE_API void decRef(Reference*); +typedef IceInternal::Handle<Reference> ReferencePtr; + +} + +#endif |