瀏覽代碼

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

Sebastian 7 年之前
父節點
當前提交
5732fdb979
共有 1 個文件被更改,包括 1 次插入0 次删除
  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");