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