summaryrefslogtreecommitdiff
path: root/p2pvr/daemon/unittests/mockRecorder.h
blob: 85f747b512da3a547db69e69e796349112cd0601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef P2PVR_MOCKS_RECORDER_H
#define P2PVR_MOCKS_RECORDER_H

#include <p2pvr.h>

class MockRecorder : public P2PVR::Recorder {
	public:
		void RefreshSchedules(const Ice::Current &) override;
};

#endif