diff options
Diffstat (limited to 'cpp/include/Freeze/Initialize.h')
-rw-r--r-- | cpp/include/Freeze/Initialize.h | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/cpp/include/Freeze/Initialize.h b/cpp/include/Freeze/Initialize.h index 20c97972296..b68647805f0 100644 --- a/cpp/include/Freeze/Initialize.h +++ b/cpp/include/Freeze/Initialize.h @@ -1,34 +1,34 @@ -// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef FREEZE_INITIALIZE_H
-#define FREEZE_INITIALIZE_H
-
-#include <Ice/Ice.h>
-#include <Freeze/DBF.h>
-
-#ifdef _WIN32
-# ifdef FREEZE_API_EXPORTS
-# define FREEZE_API __declspec(dllexport)
-# else
-# define FREEZE_API __declspec(dllimport)
-# endif
-#else
-# define FREEZE_API /**/
-#endif
-
-namespace Freeze
-{
-
-FREEZE_API DBEnvironmentPtr initialize(const ::Ice::CommunicatorPtr&, const std::string&);
-
-}
-
-#endif
+// ********************************************************************** +// +// Copyright (c) 2001 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +#ifndef FREEZE_INITIALIZE_H +#define FREEZE_INITIALIZE_H + +#include <Ice/Ice.h> +#include <Freeze/DBF.h> + +#ifdef _WIN32 +# ifdef FREEZE_API_EXPORTS +# define FREEZE_API __declspec(dllexport) +# else +# define FREEZE_API __declspec(dllimport) +# endif +#else +# define FREEZE_API /**/ +#endif + +namespace Freeze +{ + +FREEZE_API DBEnvironmentPtr initialize(const ::Ice::CommunicatorPtr&, const std::string&); + +} + +#endif |