YAPOG  0.0.1
Yet Another Pokemon Online Game
PokemonUpdateRequest.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_SERVER_POKEMONUPDATEREQUEST_HPP
2 # define YAPOG_SERVER_POKEMONUPDATEREQUEST_HPP
3 
4 # include "YAPOG/Macros.hpp"
7 
8 namespace yse
9 {
11  {
13  public:
14  PokemonUpdateRequest (const PokemonTable& pokemonTable);
15 
18  virtual bool Update (yap::DatabaseManager& databaseManager);
20 
21  private:
23  };
24 } // namespace yse
25 
26 #endif // YAPOG_SERVER_POKEMONUPDATEREQUEST_HPP