summaryrefslogtreecommitdiff
path: root/inc/ShapeExtend_MsgRegistrator.lxx
blob: f6b1c0f3306c8590965f63a598be36741f20cbfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// File:	ShapeExtend_MsgRegistrator.lxx
// Created:	Mon Jan 31 13:17:28 2000
// Author:	data exchange team
//		<det@kinox>

#include <ShapeExtend_MsgRegistrator.hxx>


//=======================================================================
//function : MapTransient
//purpose  : 
//=======================================================================

inline const ShapeExtend_DataMapOfTransientListOfMsg& ShapeExtend_MsgRegistrator::MapTransient() const
{
  return myMapTransient;
}

 
//=======================================================================
//function : MapShape
//purpose  : 
//=======================================================================

inline const ShapeExtend_DataMapOfShapeListOfMsg& ShapeExtend_MsgRegistrator::MapShape() const
{
  return myMapShape;
}