Salome HOME
0c3d72cbe310504dada2b338528cf49a57369acd
[modules/shaper.git] / src / PartSet / PartSet_Message.cpp
1 /*
2  * PartSet_Message.cpp
3  *
4  *  Created on: Mar 21, 2014
5  *      Author: sbh
6  */
7
8 #include <PartSet_Message.h>
9
10 PartSet_Message::PartSet_Message(const Event_ID theId,
11                                  const void* theParent)
12     : Event_Message(theId, theParent)
13 {
14
15 }
16
17 PartSet_Message::~PartSet_Message()
18 {
19 }
20