YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
PokemonIVUpdateRequest.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_SERVER_POKEMONIVUPDATEREQUEST_HPP
2
# define YAPOG_SERVER_POKEMONIVUPDATEREQUEST_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
Database/Requests/Updates/IUpdateRequest.hpp
"
6
# include "
Database/Tables/PokemonIVTable.hpp
"
7
8
namespace
yse
9
{
10
class
PokemonIVUpdateRequest
:
public
IUpdateRequest
11
{
12
DISALLOW_COPY
(
PokemonIVUpdateRequest
);
13
public
:
14
PokemonIVUpdateRequest
(
const
PokemonIVTable
& pokemonIVTable);
15
18
virtual
bool
Update
(
yap::DatabaseManager
& databaseManager);
20
21
private
:
22
const
PokemonIVTable
&
pokemonIVTable_
;
23
};
24
}
// namespace yse
25
26
#endif // YAPOG_SERVER_POKEMONIVUPDATEREQUEST_HPP
YAPOG.Server
include
Database
Requests
Updates
PokemonIVUpdateRequest.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1