YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
"
5
# include "
Database/Requests/Updates/IUpdateRequest.hpp
"
6
# include "
Database/Tables/PokemonTable.hpp
"
7
8
namespace
yse
9
{
10
class
PokemonUpdateRequest
:
public
IUpdateRequest
11
{
12
DISALLOW_COPY
(
PokemonUpdateRequest
);
13
public
:
14
PokemonUpdateRequest
(
const
PokemonTable
& pokemonTable);
15
18
virtual
bool
Update
(
yap::DatabaseManager
& databaseManager);
20
21
private
:
22
const
PokemonTable
&
pokemonTable_
;
23
};
24
}
// namespace yse
25
26
#endif // YAPOG_SERVER_POKEMONUPDATEREQUEST_HPP
YAPOG.Server
include
Database
Requests
Updates
PokemonUpdateRequest.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1