commit | f3b0ade08f55fa099bee55722700bf120d24b397 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Wed Feb 04 14:11:11 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Feb 13 11:13:53 2015 +0100 |
tree | ff53173d0987e1682f33694142645ecf3aa80b25 | |
parent | 0144c5335327aa27b9ba0435988c08ffadc20ad0 [diff] [blame] |
These methods aren't critical so no need for them to be pure
diff --git a/common/rfb/CMsgHandler.cxx b/common/rfb/CMsgHandler.cxx index eff4776..ce8b271 100644 --- a/common/rfb/CMsgHandler.cxx +++ b/common/rfb/CMsgHandler.cxx
@@ -74,3 +74,11 @@ { cp.supportsContinuousUpdates = true; } + +void CMsgHandler::framebufferUpdateStart() +{ +} + +void CMsgHandler::framebufferUpdateEnd() +{ +}