MythTV  master
Public Member Functions | Public Attributes | List of all members
ProcessRequestRunnable Class Reference
Inheritance diagram for ProcessRequestRunnable:
Inheritance graph
[legend]
Collaboration diagram for ProcessRequestRunnable:
Collaboration graph
[legend]

Public Member Functions

 ProcessRequestRunnable (MythSocketManager &parent, MythSocket *sock)
 
void run (void) override
 

Public Attributes

MythSocketManagerm_parent
 
MythSocketm_sock
 

Detailed Description

Definition at line 30 of file mythsocketmanager.cpp.

Constructor & Destructor Documentation

◆ ProcessRequestRunnable()

ProcessRequestRunnable::ProcessRequestRunnable ( MythSocketManager parent,
MythSocket sock 
)
inline

Definition at line 33 of file mythsocketmanager.cpp.

Member Function Documentation

◆ run()

void ProcessRequestRunnable::run ( void  )
inlineoverride

Definition at line 39 of file mythsocketmanager.cpp.

Member Data Documentation

◆ m_parent

MythSocketManager& ProcessRequestRunnable::m_parent

Definition at line 46 of file mythsocketmanager.cpp.

Referenced by run().

◆ m_sock

MythSocket* ProcessRequestRunnable::m_sock

Definition at line 47 of file mythsocketmanager.cpp.

Referenced by ProcessRequestRunnable(), and run().


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