memgraph/transaction/transaction_log.hpp
2015-07-07 16:18:26 +02:00

14 lines
184 B
C++

#ifndef MEMGRAPH_TRANSACTION_TRANSACTION_LOG_HPP
#define MEMGRAPH_TRANSACTION_TRANSACTION_LOG_HPP
#include <cstdlib>
template <class id_t>
class TransactionLog
{
private:
}
#endif