summaryrefslogtreecommitdiffstats
path: root/ksirc/ioDiscard.cpp
blob: 7ce4173e7366d000b72aa3f4a851d9e3bc843bfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**********************************************************************

 The IO Discarder

 $$Id$$

 Simple rule, junk EVERYTHING!!!

**********************************************************************/

#include "ioDiscard.h"

KSircIODiscard::~KSircIODiscard()
{
}

void KSircIODiscard::sirc_receive(QCString, bool)
{
}

void KSircIODiscard::control_message(int, QString)
{
}