diff options
Diffstat (limited to 'cpp/include/IcePatch/FileDescFactory.h')
-rw-r--r-- | cpp/include/IcePatch/FileDescFactory.h | 60 |
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 |