X-Git-Url: http://git.maemo.org/git/?p=qwerkisync;a=blobdiff_plain;f=EventTypes%2FiEvent.h;fp=EventTypes%2FiEvent.h;h=d7ad8a318396bc61aff6e0cd78b22ed6d829e0da;hp=36aebdbe8b952a01187b752a3b8474d1df6ecaec;hb=43c287cf53b85a8a347ae12ce8d938b256357ce3;hpb=1672d85141d3ee1ac7f2996c122f3f9ed974b702 diff --git a/EventTypes/iEvent.h b/EventTypes/iEvent.h index 36aebdb..d7ad8a3 100644 --- a/EventTypes/iEvent.h +++ b/EventTypes/iEvent.h @@ -24,7 +24,6 @@ namespace DBBackends { class iDBBackend; } class AttachmentCollection; -class NumberToNameLookup; class QDateTime; class QString; @@ -36,10 +35,6 @@ namespace EventTypes public: virtual ~iEvent() {} - virtual const DBBackends::iDBBackend &DB() const =0; - - virtual void Export(const QString &baseDirectory, const NumberToNameLookup &numberToNameLookup) const =0; - virtual const QDateTime Timestamp() const =0; virtual const AttachmentCollection & Attachments() const =0; virtual AttachmentCollection & Attachments() =0;