YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
PlayerDataSelectRequest.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_SELECTPLAYERDATA_HPP
2
# define YAPOG_SELECTPLAYERDATA_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Game/ID.hpp
"
6
# include "
YAPOG/System/String.hpp
"
7
# include "
YAPOG/Database/DatabaseManager.hpp
"
8
# include "
Database/Requests/Selects/ISelectRequest.hpp
"
9
# include "
Database/Tables/PlayerDataTable.hpp
"
10
11
namespace
yse
12
{
13
class
PlayerDataSelectRequest
:
public
ISelectRequest
14
{
15
DISALLOW_COPY
(
PlayerDataSelectRequest
);
16
17
public
:
18
PlayerDataSelectRequest
(
19
yap::DatabaseManager
& dm,
20
PlayerDataTable
& playerDataTable);
21
};
22
}
// namespace yse
23
24
#endif // YAPOG_SELECTACCOUNT_HPP
YAPOG.Server
include
Database
Requests
Selects
PlayerDataSelectRequest.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1