delete_res.cpp 163 B

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