0024275: Cppcheck warnings on uninitialized class members
[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 // The content of this file is subject to the Open CASCADE Technology Public
8 // License Version 6.5 (the "License"). You may not use the content of this file
9 // except in compliance with the License. Please obtain a copy of the License
10 // at http://www.opencascade.org and read it completely before using this file.
11 //
12 // The Initial Developer of the Original Code is Open CASCADE S.A.S., having its
13 // main offices at: 1, place des Freres Montgolfier, 78280 Guyancourt, France.
14 //
15 // The Original Code and all software distributed under the License is
16 // distributed on an "AS IS" basis, without warranty of any kind, and the
17 // Initial Developer hereby disclaims all such warranties, including without
18 // limitation, any warranties of merchantability, fitness for a particular
19 // purpose or non-infringement. Please see the License for the specific terms
20 // and conditions governing the rights and limitations under the License.
21
22
23 //=======================================================================
24 //function : Orientation
25 //purpose  : Get
26 //=======================================================================
27
28 inline const TopAbs_Orientation TNaming_Name::Orientation() const
29
30   return myOrientation;
31 }