![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <AccountUpdateRequest.hpp>
Public Member Functions | |
| AccountUpdateRequest (const AccountTable &accountTable) | |
| bool | UpdateLastLoginDate (yap::DatabaseManager &databaseManager) |
IUpdateRequest members. | |
| virtual bool | Update (yap::DatabaseManager &databaseManager) |
Public Member Functions inherited from yse::IUpdateRequest | |
| virtual | ~IUpdateRequest () |
Public Member Functions inherited from yse::IRequest | |
| virtual | ~IRequest () |
Private Member Functions | |
| DISALLOW_COPY (AccountUpdateRequest) | |
Private Attributes | |
| const AccountTable & | accountTable_ |
Definition at line 10 of file AccountUpdateRequest.hpp.
| yse::AccountUpdateRequest::AccountUpdateRequest | ( | const AccountTable & | accountTable | ) |
Definition at line 6 of file AccountUpdateRequest.cpp.
|
private |
|
virtual |
Implements yse::IUpdateRequest.
Definition at line 11 of file AccountUpdateRequest.cpp.
| bool yse::AccountUpdateRequest::UpdateLastLoginDate | ( | yap::DatabaseManager & | databaseManager | ) |
|
private |
Definition at line 24 of file AccountUpdateRequest.hpp.