some more thinking about delay manager
This commit is contained in:
parent
99fd001292
commit
9fff409630
17 changed files with 320 additions and 96 deletions
|
@ -16,10 +16,12 @@
|
|||
|
||||
#include "owninfoforuser.h"
|
||||
|
||||
Core::OwnInfoForUser::OwnInfoForUser(Job::Id p_id) :
|
||||
OwnCardInternal(p_id, Type::ownInfoForUser)
|
||||
Core::DelayManager::OwnInfoForUser::OwnInfoForUser(Id p_id) :
|
||||
Job(p_id, Type::ownInfoForUser),
|
||||
Info(p_id, Type::ownInfoForUser)
|
||||
{}
|
||||
|
||||
Core::OwnInfoForUser::OwnInfoForUser(const Core::OwnInfoForUser& other) :
|
||||
OwnCardInternal(other)
|
||||
Core::DelayManager::OwnInfoForUser::OwnInfoForUser(const OwnInfoForUser& other) :
|
||||
Job(other),
|
||||
Info(other)
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue