Early out parsing if we're only processing incoming OR outgoing.
[qwerkisync] / DBBackends / Fmms.cpp
index 38dbd4f..e2817fa 100644 (file)
@@ -40,7 +40,21 @@ 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;
 }
+
+void Fmms::PostInsert()
+{
+}
+
+void Fmms::ClearInsertedIDs()
+{
+       InsertedIDs().clear();
+}
+