diff options
Diffstat (limited to 'common/rfb/CConnection.h')
-rw-r--r-- | common/rfb/CConnection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/rfb/CConnection.h b/common/rfb/CConnection.h index 8bd886aa..0109fe86 100644 --- a/common/rfb/CConnection.h +++ b/common/rfb/CConnection.h @@ -136,6 +136,9 @@ namespace rfb { protected: void setState(stateEnum s) { state_ = s; } + void setReader(CMsgReader *r) { reader_ = r; } + void setWriter(CMsgWriter *w) { writer_ = w; } + private: // This is a default implementation of fences that automatically // responds to requests, stating no support for synchronisation. |