Beispiel #1
0
 inline void MySqlDataStore::Store(
     const std::vector<SequencedIndexedEntry>& entries) {
   return m_entryDataStore.Store(entries);
 }
Beispiel #2
0
 inline void MySqlDataStore::Store(const SequencedIndexedEntry& entry) {
   return m_entryDataStore.Store(entry);
 }