]> SALOME platform Git repositories - modules/shaper.git/blob - src/PartSet/PartSet_Message.cpp
Salome HOME
Auto-formatting according to the defined code standard.
[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, const void* theParent)
11     : Event_Message(theId, theParent)
12 {
13
14 }
15
16 PartSet_Message::~PartSet_Message()
17 {
18 }
19