YAPOG  0.0.1
Yet Another Pokemon Online Game
AccountUpdateRequest.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_ACCOUNTUPDATEREQUEST_HPP
2 # define YAPOG_ACCOUNTUPDATEREQUEST_HPP
3 
4 # include "YAPOG/Macros.hpp"
7 
8 namespace yse
9 {
11  {
13  public:
14  AccountUpdateRequest (const AccountTable& accountTable);
15 
16  bool UpdateLastLoginDate (yap::DatabaseManager& databaseManager);
17 
20  virtual bool Update (yap::DatabaseManager& databaseManager);
22 
23  private:
25  };
26 } // namespace yse
27 
28 #endif // YAPOG_ACCOUNTUPDATEREQUEST_HPP