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