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