Ver código fonte

the terminate events are not executed??git add --all

Sebastian 7 anos atrás
pai
commit
5732fdb979
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      CoffeeCode/main.cpp

+ 1 - 0
CoffeeCode/main.cpp

@@ -191,6 +191,7 @@ void terminationHandler(int signum) {
 	logger(V_NONE, "Caught signal %d, exiting gracefully..\n", signum);
 	stopTimers();
 
+	//TODO This event is not fired anymore...
 	event_trigger("terminate");
 
 	/*logger(V_NONE, "Saving my state to the database..\n");