MythTV master
CommDetectorBase.cpp
Go to the documentation of this file.
1#include "CommDetectorBase.h"
2
4{
5 m_bStop = true;
6}
7
9{
10 m_bPaused = true;
11}
12
14{
15 m_bPaused = false;
16}
17
18
19/* vim: set expandtab tabstop=4 shiftwidth=4: */