0022627: Change OCCT memory management defaults
[occt.git] / src / AIS / AIS_IdenticRelation.lxx
1 // File:        AIS_IdenticRelation.lxx
2 // Created:     Tue Mar  4 09:41:04 1997
3 // Author:      Jean-Pierre COMBE
4 //              <jpr>
5
6 //=======================================================================
7 //function : IsMovable
8 //purpose  : 
9 //=======================================================================
10 inline Standard_Boolean AIS_IdenticRelation::IsMovable() const 
11 {
12   return Standard_True;
13 }