diff options
Diffstat (limited to 'src/KingSystem/ActorSystem/actBaseProcJobHandler.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actBaseProcJobHandler.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actBaseProcJobHandler.cpp b/src/KingSystem/ActorSystem/actBaseProcJobHandler.cpp new file mode 100644 index 00000000..b74fcb1f --- /dev/null +++ b/src/KingSystem/ActorSystem/actBaseProcJobHandler.cpp @@ -0,0 +1,8 @@ +#include "KingSystem/ActorSystem/actBaseProcJobHandler.h" +#include "KingSystem/ActorSystem/actBaseProc.h" + +namespace ksys::act { + +BaseProcJobHandler::BaseProcJobHandler(BaseProc* proc) : mLink(proc, proc->getPriority()) {} + +} // namespace ksys::act |
