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

@@ -83,7 +83,7 @@ template <class TheObjType, class TheBndType> class NCollection_UBTreeFiller
* @return
* the number of objects added to the tree.
*/
Standard_EXPORT Standard_Integer Fill ();
Standard_Integer Fill ();
/**
* Remove all data from Filler, partculary if the Tree no more needed
@@ -97,7 +97,7 @@ template <class TheObjType, class TheBndType> class NCollection_UBTreeFiller
* @return
* the tree size (the same value is returned by method Fill()).
*/
Standard_EXPORT Standard_Integer CheckTree (Standard_OStream& theStream);
Standard_Integer CheckTree (Standard_OStream& theStream);
/**
* Destructor. Fills the tree with accumulated items if they have not been