fhq-server  v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
UpdateUserLocationTask Class Reference

#include <update_user_location_task.h>

Inheritance diagram for UpdateUserLocationTask:
Inheritance graph
[legend]
Collaboration diagram for UpdateUserLocationTask:
Collaboration graph
[legend]

Public Member Functions

 UpdateUserLocationTask (int userid, const std::string &sLastIP)
 
 ~UpdateUserLocationTask ()
 

Private Member Functions

void run ()
 

Private Attributes

int m_nUserID
 
std::string m_sLastIP
 
std::string TAG
 

Constructor & Destructor Documentation

◆ UpdateUserLocationTask()

UpdateUserLocationTask::UpdateUserLocationTask ( int  userid,
const std::string &  sLastIP 
)

◆ ~UpdateUserLocationTask()

UpdateUserLocationTask::~UpdateUserLocationTask ( )

Member Function Documentation

◆ run()

void UpdateUserLocationTask::run ( )
private

Member Data Documentation

◆ m_nUserID

int UpdateUserLocationTask::m_nUserID
private

◆ m_sLastIP

std::string UpdateUserLocationTask::m_sLastIP
private

◆ TAG

std::string UpdateUserLocationTask::TAG
private

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