YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
"
5
# include "
YAPOG/Graphics/Vector2.hpp
"
6
# include "
Database/Requests/Inserts/IInsertRequest.hpp
"
7
8
namespace
yse
9
{
10
class
PokemonMoveTable;
11
12
class
PokemonMoveInsertRequest
:
public
IInsertRequest
13
{
14
DISALLOW_COPY
(
PokemonMoveInsertRequest
);
15
16
public
:
17
PokemonMoveInsertRequest
(
const
PokemonMoveTable
& pokemonMoveTable);
18
virtual
~PokemonMoveInsertRequest
();
19
22
virtual
bool
Insert
(
yap::DatabaseManager
& databaseManager);
24
25
private
:
26
const
PokemonMoveTable
&
pokemonMoveTable_
;
27
};
28
29
}
// namespace yse
30
31
#endif // YAPOG_SERVER_POKEMONMOVEINSERTREQUEST_HPP
YAPOG.Server
include
Database
Requests
Inserts
PokemonMoveInsertRequest.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1