#ifndef TRANSACTION_H #define TRANSACTION_H class Transaction { public: Transaction(); ~Transaction(); }; #endif // TRANSACTION_H