Rabbit Remote Control 0.0.30
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
CConnectThread Class Reference

The class only is used by CConnecterThread. More...

#include <ConnectThread.h>

Inheritance diagram for CConnectThread:

Public Member Functions

 CConnectThread (CConnecterThread *pConnect)
 

Protected Member Functions

virtual void run () override
 

Protected Attributes

CConnecterThreadm_pConnecter
 

Detailed Description

The class only is used by CConnecterThread.

One thread only handles one connect

Note
When the thread finished, the thread will be deleted.
See also
CConnecterThread CConnect run()

Definition at line 22 of file ConnectThread.h.

Constructor & Destructor Documentation

◆ ~CConnectThread()

CConnectThread::~CConnectThread ( )
overridevirtual

Definition at line 22 of file ConnectThread.cpp.

Member Function Documentation

◆ run()

void CConnectThread::run ( )
overrideprotectedvirtual

Definition at line 37 of file ConnectThread.cpp.

Member Data Documentation

◆ m_pConnecter

CConnecterThread* CConnectThread::m_pConnecter
protected

Definition at line 33 of file ConnectThread.h.


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