add_res.cpp 142 B

123456789101112131415
  1. #include "add_res.h"
  2. add_res::add_res()
  3. {
  4. }
  5. add_res::~add_res()
  6. {
  7. }
  8. command_type add_res::get_command()
  9. {
  10. return command_type::ADD_CMD;
  11. }