mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0032810: Coding - missing Standard_EXPORT in Standard_ErrorHandler
This commit is contained in:
parent
cda9e99e4c
commit
cdb006be8e
@ -155,13 +155,22 @@ public:
|
|||||||
DEFINE_STANDARD_ALLOC
|
DEFINE_STANDARD_ALLOC
|
||||||
|
|
||||||
//! Registers this callback object in the current error handler (if found).
|
//! Registers this callback object in the current error handler (if found).
|
||||||
void RegisterCallback();
|
#if defined(OCC_CONVERT_SIGNALS)
|
||||||
|
Standard_EXPORT
|
||||||
|
#endif
|
||||||
|
void RegisterCallback();
|
||||||
|
|
||||||
//! Unregisters this callback object from the error handler.
|
//! Unregisters this callback object from the error handler.
|
||||||
void UnregisterCallback();
|
#if defined(OCC_CONVERT_SIGNALS)
|
||||||
|
Standard_EXPORT
|
||||||
|
#endif
|
||||||
|
void UnregisterCallback();
|
||||||
|
|
||||||
//! Destructor
|
//! Destructor
|
||||||
virtual ~Callback();
|
#if defined(OCC_CONVERT_SIGNALS)
|
||||||
|
Standard_EXPORT
|
||||||
|
#endif
|
||||||
|
virtual ~Callback();
|
||||||
|
|
||||||
//! The callback function to perform necessary callback action.
|
//! The callback function to perform necessary callback action.
|
||||||
//! Called by the exception handler when it is being destroyed but
|
//! Called by the exception handler when it is being destroyed but
|
||||||
@ -171,7 +180,10 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
|
|
||||||
//! Empty constructor
|
//! Empty constructor
|
||||||
Callback();
|
#if defined(OCC_CONVERT_SIGNALS)
|
||||||
|
Standard_EXPORT
|
||||||
|
#endif
|
||||||
|
Callback();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Standard_Address myHandler;
|
Standard_Address myHandler;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user