0026457: Failed build with OCCT_DEBUG enabled
[occt.git] / src / TNaming / TNaming_Name.lxx
1 // File:      TNaming_Name.lxx
2 // Copyright: Open CASCADE 2013
3 // Created on: 2013-07-03 
4 // Created by: Sergey Zaritchny
5 // Copyright (c) 1999-2013 OPEN CASCADE SAS
6 //
7 // This file is part of Open CASCADE Technology software library.
8 //
9 // This library is free software; you can redistribute it and/or modify it under
10 // the terms of the GNU Lesser General Public License version 2.1 as published
11 // by the Free Software Foundation, with special exception defined in the file
12 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
13 // distribution for complete text of the license and disclaimer of any warranty.
14 //
15 // Alternatively, this file may be used under the terms of Open CASCADE
16 // commercial license or contractual agreement.
17
18 //=======================================================================
19 //function : Orientation
20 //purpose  : Get
21 //=======================================================================
22
23 inline const TopAbs_Orientation TNaming_Name::Orientation() const
24
25   return myOrientation;
26 }