Add dummy plugin to produce the timestamp of the latest consumed
minutely change set
This commit is contained in:
@@ -33,6 +33,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
#include "Plugins/HelloWorldPlugin.h"
|
||||
#include "Plugins/LocatePlugin.h"
|
||||
#include "Plugins/NearestPlugin.h"
|
||||
#include "Plugins/TimestampPlugin.h"
|
||||
#include "Plugins/ViaRoutePlugin.h"
|
||||
|
||||
#include "Util/InputFileUtil.h"
|
||||
@@ -108,6 +109,8 @@ int main (int argc, char *argv[]) {
|
||||
|
||||
h.RegisterPlugin(new NearestPlugin(objects));
|
||||
|
||||
h.RegisterPlugin(new TimestampPlugin(objects));
|
||||
|
||||
h.RegisterPlugin(new ViaRoutePlugin(objects));
|
||||
|
||||
boost::thread t(boost::bind(&Server::Run, s));
|
||||
|
||||
Reference in New Issue
Block a user