YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
"
5
# include "
YAPOG/Graphics/Vector2.hpp
"
6
# include "
Database/Requests/Inserts/IInsertRequest.hpp
"
7
8
namespace
yse
9
{
10
class
PokemonTable;
11
12
class
PokemonInsertRequest
:
public
IInsertRequest
13
{
14
DISALLOW_COPY
(
PokemonInsertRequest
);
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
:
28
yap::ID
id_
;
29
const
PokemonTable
&
pokemonTable_
;
30
};
31
32
}
// namespace yse
33
34
#endif // YAPOG_POKEMONINSERTREQUEST_HPP
YAPOG.Server
include
Database
Requests
Inserts
PokemonInsertRequest.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1