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

@@ -63,7 +63,7 @@ public:
const TDF_Label Root() const;
//! Returns the current transaction number.
Standard_EXPORT Standard_Integer Transaction() const;
Standard_Integer Transaction() const;
//! Returns the current tick. It is incremented each Commit.
Standard_Integer Time() const;

View File

@@ -88,7 +88,7 @@ public:
Standard_Integer Transaction() const;
//! Returns the transaction name.
Standard_EXPORT const TCollection_AsciiString& Name() const;
const TCollection_AsciiString& Name() const;
//! Returns true if the transaction is open.
Standard_Boolean IsOpen() const;