summaryrefslogtreecommitdiff
path: root/p2pvr/daemon/unittests/mockRecorder.cpp
blob: 0420e69679dbb9a76c90fd4069557e00a9a53c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "mockRecorder.h"

namespace P2PVR {
namespace Testing {
void
MockRecorder::RefreshSchedules(const Ice::Current &)
{
}
}
}