YAPOG  0.0.1
Yet Another Pokemon Online Game
yse::AccountUpdateRequest Class Reference

#include <AccountUpdateRequest.hpp>

Inheritance diagram for yse::AccountUpdateRequest:
Collaboration diagram for yse::AccountUpdateRequest:

List of all members.

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 AccountTableaccountTable_

Detailed Description

Definition at line 10 of file AccountUpdateRequest.hpp.


Constructor & Destructor Documentation

yse::AccountUpdateRequest::AccountUpdateRequest ( const AccountTable accountTable)

Definition at line 6 of file AccountUpdateRequest.cpp.


Member Function Documentation

yse::AccountUpdateRequest::DISALLOW_COPY ( AccountUpdateRequest  )
private
bool yse::AccountUpdateRequest::Update ( yap::DatabaseManager databaseManager)
virtual

Implements yse::IUpdateRequest.

Definition at line 11 of file AccountUpdateRequest.cpp.

Here is the call graph for this function:

bool yse::AccountUpdateRequest::UpdateLastLoginDate ( yap::DatabaseManager databaseManager)

Definition at line 40 of file AccountUpdateRequest.cpp.

Here is the call graph for this function:


Member Data Documentation

const AccountTable& yse::AccountUpdateRequest::accountTable_
private

Definition at line 24 of file AccountUpdateRequest.hpp.


The documentation for this class was generated from the following files: