summaryrefslogtreecommitdiff
path: root/cpp/include/IcePatch/FileDescFactory.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-06-24 18:49:27 +0000
committerMarc Laukien <marc@zeroc.com>2002-06-24 18:49:27 +0000
commit1cb9977463f5a832b3f6daea8a2322d38dbba423 (patch)
treed1ae4045c5fa9a7124201510df3ad5b7211788cb /cpp/include/IcePatch/FileDescFactory.h
parentAdded checks to disallow definition of a name in a derived class/interface (diff)
downloadice-1cb9977463f5a832b3f6daea8a2322d38dbba423.tar.bz2
ice-1cb9977463f5a832b3f6daea8a2322d38dbba423.tar.xz
ice-1cb9977463f5a832b3f6daea8a2322d38dbba423.zip
unix format
Diffstat (limited to 'cpp/include/IcePatch/FileDescFactory.h')
-rw-r--r--cpp/include/IcePatch/FileDescFactory.h60
1 files changed, 30 insertions, 30 deletions
diff --git a/cpp/include/IcePatch/FileDescFactory.h b/cpp/include/IcePatch/FileDescFactory.h
index dd4e0254a52..99b897c2684 100644
--- a/cpp/include/IcePatch/FileDescFactory.h
+++ b/cpp/include/IcePatch/FileDescFactory.h
@@ -1,30 +1,30 @@
-// **********************************************************************
-//
-// Copyright (c) 2002
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef ICE_PATCH_FILE_DESC_FACTORY_H
-#define ICE_PATCH_FILE_DESC_FACTORY_H
-
-#include <Ice/Ice.h>
-#include <IcePatch/IcePatch.h>
-
-namespace IcePatch
-{
-
-class ICE_PATCH_API FileDescFactory : public Ice::ObjectFactory
-{
-public:
-
- Ice::ObjectPtr create(const std::string&);
- void destroy();
-};
-
-}
-
-#endif
+// **********************************************************************
+//
+// Copyright (c) 2002
+// MutableRealms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+
+#ifndef ICE_PATCH_FILE_DESC_FACTORY_H
+#define ICE_PATCH_FILE_DESC_FACTORY_H
+
+#include <Ice/Ice.h>
+#include <IcePatch/IcePatch.h>
+
+namespace IcePatch
+{
+
+class ICE_PATCH_API FileDescFactory : public Ice::ObjectFactory
+{
+public:
+
+ Ice::ObjectPtr create(const std::string&);
+ void destroy();
+};
+
+}
+
+#endif