YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
PlayerDataInsertRequest.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_INSERTPLAYERDATA_HPP
2
# define YAPOG_INSERTPLAYERDATA_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
PlayerDataTable;
11
12
class
PlayerDataInsertRequest
:
public
IInsertRequest
13
{
14
DISALLOW_COPY
(
PlayerDataInsertRequest
);
15
16
public
:
17
PlayerDataInsertRequest
(
const
PlayerDataTable
& playerDataTable);
18
virtual
~PlayerDataInsertRequest
();
19
20
const
yap::ID
&
GetID
();
21
24
virtual
bool
Insert
(
yap::DatabaseManager
& databaseManager);
26
27
private
:
28
const
PlayerDataTable
&
playerDataTable_
;
29
};
30
31
}
// namespace yse
32
33
#endif // YAPOG_INSERTPLAYERDATA_HPP
YAPOG.Server
include
Database
Requests
Inserts
PlayerDataInsertRequest.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1