diff options
| author | Léo Lam <leo@leolam.fr> | 2021-03-12 19:30:37 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-03-12 20:00:07 +0100 |
| commit | c23f86e6d5aaba7bd85790fc0f206f0db5e739cd (patch) | |
| tree | 5586e9bed229d2b64b6ee934b3e9d9ab2b98eee9 /src/KingSystem/ActorSystem/actBaseProcCreateTask.h | |
| parent | d072fcf7da93fcd03a10a169ac3e10476191916e (diff) | |
ksys/act: Add BaseProcCreateTaskSelector
Diffstat (limited to 'src/KingSystem/ActorSystem/actBaseProcCreateTask.h')
| -rw-r--r-- | src/KingSystem/ActorSystem/actBaseProcCreateTask.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actBaseProcCreateTask.h b/src/KingSystem/ActorSystem/actBaseProcCreateTask.h index 0d1c28cb..c78cf091 100644 --- a/src/KingSystem/ActorSystem/actBaseProcCreateTask.h +++ b/src/KingSystem/ActorSystem/actBaseProcCreateTask.h @@ -74,6 +74,8 @@ protected: void prepareImpl_(util::TaskRequest* req) override; private: + friend class BaseProcCreateTaskSelector; + bool onTaskDelegateInvoked(void* arg); void doPrepare(const BaseProcCreateTaskData* data); |
