diff options
Diffstat (limited to 'remoting/host/host_mock_objects.cc')
-rw-r--r-- | remoting/host/host_mock_objects.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc index b0377d9..a08179b 100644 --- a/remoting/host/host_mock_objects.cc +++ b/remoting/host/host_mock_objects.cc @@ -10,6 +10,14 @@ MockCapturer::MockCapturer() {} MockCapturer::~MockCapturer() {} +MockCurtain::MockCurtain() { } + +MockCurtain::~MockCurtain() { } + +Curtain* Curtain::Create() { + return new MockCurtain(); +} + MockChromotingHostContext::MockChromotingHostContext() : ChromotingHostContext(NULL) {} |