Index: remoting/host/host_mock_objects.cc |
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc |
index 14dd4db07773bbc1fa718db54d583bd996cf45fe..c2f1a7a121141583a9513ab08c9798f7b4b1703e 100644 |
--- a/remoting/host/host_mock_objects.cc |
+++ b/remoting/host/host_mock_objects.cc |
@@ -14,6 +14,10 @@ MockCurtain::MockCurtain() { } |
MockCurtain::~MockCurtain() { } |
+MockEventExecutor::MockEventExecutor() {} |
+ |
+MockEventExecutor::~MockEventExecutor() {} |
+ |
Curtain* Curtain::Create() { |
return new MockCurtain(); |
} |
@@ -27,4 +31,7 @@ MockClientSessionEventHandler::MockClientSessionEventHandler() {} |
MockClientSessionEventHandler::~MockClientSessionEventHandler() {} |
+MockUserAuthenticator::MockUserAuthenticator() {} |
Jamie
2011/04/01 10:51:10
Nit: Missing blank line.
dmac
2011/04/01 21:15:07
Done.
|
+MockUserAuthenticator::~MockUserAuthenticator() {} |
+ |
} // namespace remoting |