Integration of OCCT 6.5.0 from SVN
[occt.git] / src / ShapeExtend / ShapeExtend_MsgRegistrator.lxx
diff --git a/src/ShapeExtend/ShapeExtend_MsgRegistrator.lxx b/src/ShapeExtend/ShapeExtend_MsgRegistrator.lxx
new file mode 100755 (executable)
index 0000000..f6b1c0f
--- /dev/null
@@ -0,0 +1,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;
+}
+