From 512ae383a462a8b0372b87aef01d3ea93fc6a237 Mon Sep 17 00:00:00 2001 From: stv Date: Mon, 20 Feb 2006 07:56:44 +0000 Subject: [PATCH] Updated SALOME Kernel sources for building under Ms Visual .NET on Windows platform. --- src/Basics/BasicsGenericDestructor.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Basics/BasicsGenericDestructor.hxx b/src/Basics/BasicsGenericDestructor.hxx index a5d934dd8..1245a43a2 100644 --- a/src/Basics/BasicsGenericDestructor.hxx +++ b/src/Basics/BasicsGenericDestructor.hxx @@ -82,11 +82,11 @@ class PROTECTED_DELETE { public: - static void deleteInstance(PROTECTED_DELETE *anObject); - static void addObj(PROTECTED_DELETE *anObject); + BASICS_EXPORT static void deleteInstance(PROTECTED_DELETE *anObject); + BASICS_EXPORT static void addObj(PROTECTED_DELETE *anObject); protected: - virtual ~PROTECTED_DELETE(); + BASICS_EXPORT virtual ~PROTECTED_DELETE(); static std::list _objList; private: @@ -142,7 +142,6 @@ public : template class DESTRUCTOR_OF : public GENERIC_DESTRUCTOR { - public: /*! Programs the destruction at the end of the process, of the object anObject. -- 2.39.2