summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/InstanceF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/InstanceF.h')
-rw-r--r--cpp/include/Ice/InstanceF.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/cpp/include/Ice/InstanceF.h b/cpp/include/Ice/InstanceF.h
index d276f7ecd4b..cbb6f1c5789 100644
--- a/cpp/include/Ice/InstanceF.h
+++ b/cpp/include/Ice/InstanceF.h
@@ -1,26 +1,26 @@
-// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef ICE_INSTANCE_F_H
-#define ICE_INSTANCE_F_H
-
-#include <Ice/Handle.h>
-
-namespace IceInternal
-{
-
-class Instance;
-ICE_API void incRef(Instance*);
-ICE_API void decRef(Instance*);
-typedef IceInternal::Handle<Instance> InstancePtr;
-
-}
-
-#endif
+// **********************************************************************
+//
+// Copyright (c) 2001
+// MutableRealms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+
+#ifndef ICE_INSTANCE_F_H
+#define ICE_INSTANCE_F_H
+
+#include <Ice/Handle.h>
+
+namespace IceInternal
+{
+
+class Instance;
+ICE_API void incRef(Instance*);
+ICE_API void decRef(Instance*);
+typedef IceInternal::Handle<Instance> InstancePtr;
+
+}
+
+#endif