1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +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

@@ -39,7 +39,7 @@
* - Fail flags correspond to cases when algorithm failed to complete
*/
class Standard_EXPORT Message_ExecStatus
class Message_ExecStatus
{
private:

View File

@@ -162,11 +162,11 @@ public:
//! Returns current number of opened scopes
//! This number is always >=1 as top-level scale is always present
Standard_EXPORT Standard_Integer GetNbScopes() const;
Standard_Integer GetNbScopes() const;
//! Returns data for scale of index-th scope
//! The first scope is current one, the last is the top-level one
Standard_EXPORT const Message_ProgressScale& GetScope (const Standard_Integer index) const;
const Message_ProgressScale& GetScope (const Standard_Integer index) const;