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,28 +14,24 @@
|
|||
// 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_CARDINTERNAL_H
|
||||
#define CORE_CARDINTERNAL_H
|
||||
#ifndef CORE_DELAYMANAGER_CARDINTERNAL_H
|
||||
#define CORE_DELAYMANAGER_CARDINTERNAL_H
|
||||
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include "job.h"
|
||||
#include "contact.h"
|
||||
|
||||
namespace Core {
|
||||
namespace DelayManager {
|
||||
|
||||
class CardInternal : public Job {
|
||||
protected:
|
||||
CardInternal(Job::Id id, const QString& jid, Job::Type type);
|
||||
|
||||
class CardInternal : public Contact {
|
||||
public:
|
||||
CardInternal(Job::Id id, const QString& jid);
|
||||
CardInternal(Id id, const QString& jid);
|
||||
CardInternal(const CardInternal& other);
|
||||
|
||||
const QString jid;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // CORE_CARDINTERNAL_H
|
||||
#endif // CORE_DELAYMANAGER_CARDINTERNAL_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue