YAPOG  0.0.1
Yet Another Pokemon Online Game
PokemonInsertRequest.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_POKEMONINSERTREQUEST_HPP
2 # define YAPOG_POKEMONINSERTREQUEST_HPP
3 
4 # include "YAPOG/Macros.hpp"
7 
8 namespace yse
9 {
10  class PokemonTable;
11 
13  {
15 
16  public:
17  PokemonInsertRequest (const PokemonTable& playerDataTable);
18  virtual ~PokemonInsertRequest();
19 
20  const yap::ID& GetID ();
21 
24  virtual bool Insert (yap::DatabaseManager& databaseManager);
26 
27  private:
30  };
31 
32 } // namespace yse
33 
34 #endif // YAPOG_POKEMONINSERTREQUEST_HPP