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:
@@ -39,7 +39,7 @@
|
||||
* - Fail flags correspond to cases when algorithm failed to complete
|
||||
*/
|
||||
|
||||
class Standard_EXPORT Message_ExecStatus
|
||||
class Message_ExecStatus
|
||||
{
|
||||
|
||||
private:
|
||||
|
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user