TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PingOperation Class Reference

#include <DatabaseWorkerPool.h>

Private Member Functions

bool Execute () override
 Operation for idle delaythreads. More...
 

Additional Inherited Members

- Public Member Functions inherited from SQLOperation
 SQLOperation ()
 
virtual ~SQLOperation ()
 
virtual int call ()
 
virtual void SetConnection (MySQLConnection *con)
 
- Public Attributes inherited from SQLOperation
MySQLConnection * m_conn
 

Member Function Documentation

bool PingOperation::Execute ( )
inlineoverrideprivatevirtual

Operation for idle delaythreads.

Implements SQLOperation.

41  {
42  m_conn->Ping();
43  return true;
44  }
MySQLConnection * m_conn
Definition: SQLOperation.h:70

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