Files
scandocs/uni/masterarbeit/source/moversight/app/events/SplitNotifyEvent.cc
2014-06-30 13:58:10 +02:00

17 lines
388 B
C++

#include "SplitNotifyEvent.h"
namespace ubeeme {
namespace moversight {
SplitNotifyEvent::SplitNotifyEvent() : GroupEvent<EventTypes>(getType()){
}
SplitNotifyEvent::~SplitNotifyEvent(){
}
EventType SplitNotifyEvent::getType() {
return EventType(getGroup(), EventTypes::SPLIT_NOTIFY_EVENT);
}
}
}// namespace ubeeme