logic: cli for indexing and configure
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#ifndef MESSAGE_QUIT_APPLICATION_H
|
||||
#define MESSAGE_QUIT_APPLICATION_H
|
||||
|
||||
#include "utility/messaging/Message.h"
|
||||
|
||||
class MessageQuitApplication
|
||||
: public Message<MessageQuitApplication>
|
||||
{
|
||||
public:
|
||||
MessageQuitApplication()
|
||||
{
|
||||
}
|
||||
|
||||
static const std::string getStaticType()
|
||||
{
|
||||
return "MessageQuitApplication";
|
||||
}
|
||||
};
|
||||
|
||||
#endif // MESSAGE_QUIT_APPLICATION_H
|
||||
Reference in New Issue
Block a user