[Expeditions] Refactor expedition requests (#1301)

Move ExpeditionLockoutTimer to common

This simplifies expedition request conflict checks and uses repository
for the queries instead of processing the query result directly.
This commit is contained in:
hg
2021-03-19 00:42:41 -04:00
committed by GitHub
parent ee4af65268
commit 5b74f1e756
15 changed files with 207 additions and 173 deletions
+2
View File
@@ -31,6 +31,7 @@ SET(common_sources
eq_stream_proxy.cpp
eqtime.cpp
event_sub.cpp
expedition_lockout_timer.cpp
extprofile.cpp
faction.cpp
file_util.cpp
@@ -488,6 +489,7 @@ SET(common_headers
eqtime.h
errmsg.h
event_sub.h
expedition_lockout_timer.h
extprofile.h
faction.h
file_util.h