diff options
Diffstat (limited to 'cpp/include/Ice/ObjectAdapterFactoryF.h')
-rw-r--r-- | cpp/include/Ice/ObjectAdapterFactoryF.h | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/cpp/include/Ice/ObjectAdapterFactoryF.h b/cpp/include/Ice/ObjectAdapterFactoryF.h index 95c011fc085..4b721d0cd24 100644 --- a/cpp/include/Ice/ObjectAdapterFactoryF.h +++ b/cpp/include/Ice/ObjectAdapterFactoryF.h @@ -1,26 +1,26 @@ -// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef ICE_OBJECT_ADAPTER_FACTORY_F_H
-#define ICE_OBJECT_ADAPTER_FACTORY_F_H
-
-#include <Ice/Handle.h>
-
-namespace IceInternal
-{
-
-class ObjectAdapterFactory;
-void incRef(ObjectAdapterFactory*);
-void decRef(ObjectAdapterFactory*);
-typedef IceInternal::Handle<ObjectAdapterFactory> ObjectAdapterFactoryPtr;
-
-}
-
-#endif
+// ********************************************************************** +// +// Copyright (c) 2001 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +#ifndef ICE_OBJECT_ADAPTER_FACTORY_F_H +#define ICE_OBJECT_ADAPTER_FACTORY_F_H + +#include <Ice/Handle.h> + +namespace IceInternal +{ + +class ObjectAdapterFactory; +void incRef(ObjectAdapterFactory*); +void decRef(ObjectAdapterFactory*); +typedef IceInternal::Handle<ObjectAdapterFactory> ObjectAdapterFactoryPtr; + +} + +#endif |