forked from blue/squawk
some more thinking about delay manager
This commit is contained in:
parent
99fd001292
commit
9fff409630
17 changed files with 320 additions and 96 deletions
|
@ -14,19 +14,22 @@
|
|||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#ifndef CORE_OWNINFOFORUSER_H
|
||||
#define CORE_OWNINFOFORUSER_H
|
||||
#ifndef CORE_DELAYMANAGER_OWNINFOFORUSER_H
|
||||
#define CORE_DELAYMANAGER_OWNINFOFORUSER_H
|
||||
|
||||
#include "owncardinternal.h"
|
||||
#include "contact.h"
|
||||
#include "info.h"
|
||||
|
||||
namespace Core {
|
||||
namespace DelayManager {
|
||||
|
||||
class OwnInfoForUser : public OwnCardInternal {
|
||||
class OwnInfoForUser : public Info {
|
||||
public:
|
||||
OwnInfoForUser(Job::Id id);
|
||||
OwnInfoForUser(Id id);
|
||||
OwnInfoForUser(const OwnInfoForUser& other);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // CORE_OWNINFOFORUSER_H
|
||||
#endif // CORE_DELAYMANAGER_OWNINFOFORUSER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue