Salome HOME
bos #18709: cas 7.5.3p1 - to be discussed
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 1 Dec 2021 14:10:04 +0000 (15:10 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 1 Dec 2021 14:10:04 +0000 (15:10 +0100)
products/patches/CAS-7.5.3p1-Standard_ErrorHandler.patch [new file with mode: 0644]

diff --git a/products/patches/CAS-7.5.3p1-Standard_ErrorHandler.patch b/products/patches/CAS-7.5.3p1-Standard_ErrorHandler.patch
new file mode 100644 (file)
index 0000000..d9b209f
--- /dev/null
@@ -0,0 +1,21 @@
+diff --git a/src/Standard/Standard_ErrorHandler.hxx b/src/Standard/Standard_ErrorHandler.hxx
+index 09bdc7bfbf..726951fb89 100644
+--- a/src/Standard/Standard_ErrorHandler.hxx
++++ b/src/Standard/Standard_ErrorHandler.hxx
+@@ -155,13 +155,13 @@ public:
+     DEFINE_STANDARD_ALLOC
+     //! Registers this callback object in the current error handler (if found).
+-    void RegisterCallback();
++    Standard_EXPORT void RegisterCallback();
+     //! Unregisters this callback object from the error handler.
+-    void UnregisterCallback();
++    Standard_EXPORT void UnregisterCallback();
+     //! Destructor
+-    virtual ~Callback();
++    Standard_EXPORT virtual ~Callback();
+     //! The callback function to perform necessary callback action.
+     //! Called by the exception handler when it is being destroyed but