1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0027562: Coding - avoid exporting of inline methods

This commit is contained in:
kgv
2016-06-03 15:35:52 +03:00
committed by bugmaster
parent 83b0f13a58
commit be5c360207
48 changed files with 195 additions and 195 deletions

View File

@@ -51,7 +51,7 @@ public:
void UnregisterCallback();
//! Destructor
virtual Standard_EXPORT ~Standard_ErrorHandlerCallback ();
virtual ~Standard_ErrorHandlerCallback ();
//! The callback function to perform necessary callback action.
//! Called by the exception handler when it is being destroyed but

View File

@@ -150,7 +150,7 @@ public:
Standard_EXPORT Standard_Boolean TryLock ();
//! Method to unlock the mutex; releases it to other users
Standard_EXPORT void Unlock ();
void Unlock ();
private:

View File

@@ -90,7 +90,7 @@ public:
//!@name Reference counting, for use by handle<>
//! Get the reference counter of this object
Standard_EXPORT Standard_Integer GetRefCount() const { return count; }
Standard_Integer GetRefCount() const { return count; }
//! Increments the reference counter of this object
Standard_EXPORT void IncrementRefCounter() const;

View File

@@ -176,7 +176,7 @@ namespace opencascade {
class type_instance<void>
{
public:
Standard_EXPORT static Handle(Standard_Type) get () { return 0; }
static Handle(Standard_Type) get () { return 0; }
};
// Implementation of static function returning instance of the