MythTV
master
|
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <QString>
#include <QWriteLocker>
#include <QReadLocker>
#include "mythmiscutil.h"
#include "mythdb.h"
#include "ringbuffer.h"
#include "mythsocket.h"
#include "mythlogging.h"
#include "programinfo.h"
#include "recordinginfo.h"
#include "storagegroup.h"
#include "mythcorecontext.h"
#include "mythdownloadmanager.h"
#include "sockethandler/filetransfer.h"
#include "requesthandler/deletethread.h"
#include "requesthandler/fileserverhandler.h"
#include "requesthandler/fileserverutil.h"
Go to the source code of this file.
Variables | |
DeleteThread * | deletethread = nullptr |
DeleteThread* deletethread = nullptr |
Definition at line 26 of file fileserverhandler.cpp.
Referenced by FileServerHandler::HandleDeleteFile(), and FileServerHandler::RunDeleteThread().