Browse Source

把#include"ya_evnet.h" 改为 #include"evnet.h"

daiyueteng 6 years ago
parent
commit
80021b0031
4 changed files with 4 additions and 4 deletions
  1. 1 1
      ant.cpp
  2. 1 1
      area_business.cpp
  3. 1 1
      card_person.cpp
  4. 1 1
      main.cpp

+ 1 - 1
ant.cpp

@@ -3,7 +3,7 @@
 #include <math.h>
 #include "ant.h"
 #include "db_api/CDBSingletonDefine.h"
-#include "ya_event.h"
+#include "event.h"
 template<> std::shared_ptr<sit_list> 
 single_base<sit_list, int, std::shared_ptr<site>>::m_instance=std::make_shared<sit_list>();
 int site::index()const

+ 1 - 1
area_business.cpp

@@ -5,7 +5,7 @@
 #include "area_business.h"
 #include "area.h"
 #include "card.h"
-#include "ya_event.h"
+
 #include "module_service/module_call.h"
 /*
 	确定推送人员信息时的区域,每一个明确需要推送的区域,都要推送

+ 1 - 1
card_person.cpp

@@ -12,7 +12,7 @@
 #include "select_tool.h"
 #include "monkey_car/monkeycar_person.h"
 #include "websocket/ws_common.h"
-#include "ya_event.h"
+#include "event.h"
 #include "mine_business.h"
 
 person::person(const std::string &type,uint32_t cardid,uint16_t needdisplay,int16_t t,int32_t deptid,int32_t level_id,uint32_t cid,int wl,const std::string &sname,const std::string &dname)

+ 1 - 1
main.cpp

@@ -12,7 +12,7 @@
 #include "landmark.h"
 #include "special_area.h"
 #include "mine.h"
-#include "ya_event.h"
+#include "event.h"
 #include"module_service/module_area.h"
 #include"module_service/module_mgr.h"