equal
deleted
inserted
replaced
4 |
4 |
5 #ifndef AI_TRANSACTIONMODE_HPP |
5 #ifndef AI_TRANSACTIONMODE_HPP |
6 #define AI_TRANSACTIONMODE_HPP |
6 #define AI_TRANSACTIONMODE_HPP |
7 |
7 |
8 #include "ai_object.hpp" |
8 #include "ai_object.hpp" |
|
9 #include "../../command_type.h" |
9 #include <queue> |
10 #include <queue> |
10 |
11 |
11 /** |
12 /** |
12 * Class to switch current mode to Transaction mode. |
13 * Class to switch current mode to Transaction mode. |
13 * If you create an instance of this class, the mode will be switched to |
14 * If you create an instance of this class, the mode will be switched to |