|
MythTV master
|
#include <cerrno>#include <csignal>#include <cstdio>#include <cstdlib>#include <cstring>#include <fcntl.h>#include <sys/stat.h>#include <sys/types.h>#include <unistd.h>#include <QString>#include "threadedfilewriter.h"#include "mythlogging.h"#include "mythcorecontext.h"#include "mythtimer.h"#include "compat.h"#include "mythdate.h"Go to the source code of this file.
Macros | |
| #define | LOC QString("TFW(%1:%2): ").arg(m_filename).arg(m_fd) |
| #define LOC QString("TFW(%1:%2): ").arg(m_filename).arg(m_fd) |
Definition at line 24 of file threadedfilewriter.cpp.