Salome HOME
Updated SALOME Kernel sources for building under Ms Visual .NET on Windows platform.
authorstv <stv@opencascade.com>
Mon, 20 Feb 2006 07:56:44 +0000 (07:56 +0000)
committerstv <stv@opencascade.com>
Mon, 20 Feb 2006 07:56:44 +0000 (07:56 +0000)
src/Basics/BasicsGenericDestructor.hxx

index a5d934dd8d100fb9e839c27b0b3e50fc87c9d4d5..1245a43a228c020e7dc129b3e508bddec03de8d0 100644 (file)
 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<PROTECTED_DELETE*> _objList;
 
 private:
@@ -142,7 +142,6 @@ public :
 
 template <class TYPE> class DESTRUCTOR_OF : public GENERIC_DESTRUCTOR
 {
-
 public:
   /*!
     Programs the destruction at the end of the process, of the object anObject.