#pragma once #ifndef SPLIT_DONE_EVENT_H #define SPLIT_DONE_EVENT_H #include #include "EventTypes.h" #include "common/Defines.h" namespace ubeeme { namespace moversight { class MOV_EXPORT SplitDoneEvent: public GroupEvent { public: SplitDoneEvent(); virtual ~SplitDoneEvent(); static EventType getType(); private: }; } } // namespace ubeeme #endif // SPLIT_NOTIFY_EVENT_H