MythTV  master
Classes | Macros | Variables
mythsocketmanager.cpp File Reference
#include <QMutex>
#include <QReadWriteLock>
#include <QReadLocker>
#include <QWriteLocker>
#include <QMutexLocker>
#include <QWaitCondition>
#include <QEvent>
#include <QCoreApplication>
#include <QNetworkProxy>
#include <QRunnable>
#include "libmythbase/mthread.h"
#include "libmythbase/mythconfig.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythversion.h"
#include "libmythbase/referencecounter.h"
#include "libmythbase/serverpool.h"
#include "mythsocketmanager.h"
#include "sockethandler.h"
#include "socketrequesthandler.h"
Include dependency graph for mythsocketmanager.cpp:

Go to the source code of this file.

Classes

class  ProcessRequestRunnable
 

Macros

#define LOC   QString("MythSocketManager: ")
 

Variables

static constexpr std::chrono::milliseconds PRT_TIMEOUT { 10ms }
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("MythSocketManager: ")

Definition at line 26 of file mythsocketmanager.cpp.

Variable Documentation

◆ PRT_TIMEOUT

constexpr std::chrono::milliseconds PRT_TIMEOUT { 10ms }
staticconstexpr

Definition at line 28 of file mythsocketmanager.cpp.

Referenced by MythSocketManager::readyRead().