YAPOG  0.0.1
Yet Another Pokemon Online Game
PokemonMoveInsertRequest.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_SERVER_POKEMONMOVEINSERTREQUEST_HPP
2 # define YAPOG_SERVER_POKEMONMOVEINSERTREQUEST_HPP
3 
4 # include "YAPOG/Macros.hpp"
7 
8 namespace yse
9 {
10  class PokemonMoveTable;
11 
13  {
15 
16  public:
17  PokemonMoveInsertRequest (const PokemonMoveTable& pokemonMoveTable);
18  virtual ~PokemonMoveInsertRequest();
19 
22  virtual bool Insert (yap::DatabaseManager& databaseManager);
24 
25  private:
27  };
28 
29 } // namespace yse
30 
31 #endif // YAPOG_SERVER_POKEMONMOVEINSERTREQUEST_HPP