14 lines
184 B
C++
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
|