From: stv Date: Mon, 20 Feb 2006 07:56:44 +0000 (+0000) Subject: Updated SALOME Kernel sources for building under Ms Visual .NET on Windows platform. X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~81 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=512ae383a462a8b0372b87aef01d3ea93fc6a237;p=modules%2Fkernel.git Updated SALOME Kernel sources for building under Ms Visual .NET on Windows platform. --- 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.