Added pre and post procesing "event handlers" to the DB backends. Initially u
[qwerkisync] / DBBackends / Fmms.cpp
index 3483c35..e2817fa 100644 (file)
@@ -40,6 +40,10 @@ EventTypes::iEvent *const Fmms::CreateEvent(int &fevent, QList<void *> &fattachm
        return 0;
 }
 
+void Fmms::PreInsert()
+{
+}
+
 void Fmms::Insert(EventTypes::iEvent &event, const NumberToNameLookup &numberToNameLookup)
 {
        return;