Salome HOME
Changing ".hxx" to ".h" headers files extensions
[modules/shaper.git] / src / PartSet / PartSet_Message.h
1 /*
2  * PartSet_Message.h
3  *
4  *  Created on: Mar 21, 2014
5  *      Author: sbh
6  */
7
8 #ifndef PARTSET_MESSAGE_H_
9 #define PARTSET_MESSAGE_H_
10
11 #include <PartSet.h>
12
13 #include <QString>
14
15 #include <Event_Message.h>
16
17 class PARTSET_EXPORT PartSet_Message: public Event_Message
18 {
19 public:
20   PartSet_Message(const Event_ID theId, const void* theParent = 0);
21   virtual ~PartSet_Message();
22 };
23
24 #endif /* PARTSET_MESSAGE_H_ */