diff options
Diffstat (limited to 'cpp/include/Ice/EndpointFactoryF.h')
-rw-r--r-- | cpp/include/Ice/EndpointFactoryF.h | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/cpp/include/Ice/EndpointFactoryF.h b/cpp/include/Ice/EndpointFactoryF.h index 540745c96ec..11e231e1faa 100644 --- a/cpp/include/Ice/EndpointFactoryF.h +++ b/cpp/include/Ice/EndpointFactoryF.h @@ -1,26 +1,26 @@ -// **********************************************************************
-//
-// Copyright (c) 2002
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef ICE_ENDPOINT_FACTORY_F_H
-#define ICE_ENDPOINT_FACTORY_F_H
-
-#include <Ice/Handle.h>
-
-namespace IceInternal
-{
-
-class EndpointFactory;
-ICE_PROTOCOL_API void incRef(EndpointFactory*);
-ICE_PROTOCOL_API void decRef(EndpointFactory*);
-typedef Handle<EndpointFactory> EndpointFactoryPtr;
-
-}
-
-#endif
+// ********************************************************************** +// +// Copyright (c) 2002 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +#ifndef ICE_ENDPOINT_FACTORY_F_H +#define ICE_ENDPOINT_FACTORY_F_H + +#include <Ice/Handle.h> + +namespace IceInternal +{ + +class EndpointFactory; +ICE_PROTOCOL_API void incRef(EndpointFactory*); +ICE_PROTOCOL_API void decRef(EndpointFactory*); +typedef Handle<EndpointFactory> EndpointFactoryPtr; + +} + +#endif |