diff options
Diffstat (limited to '')
-rw-r--r-- | src/stable/protocoltelnet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stable/protocoltelnet.h b/src/stable/protocoltelnet.h index efc8889..23a2ee0 100644 --- a/src/stable/protocoltelnet.h +++ b/src/stable/protocoltelnet.h | |||
@@ -128,6 +128,8 @@ namespace Bu | |||
128 | void close(); | 128 | void close(); |
129 | 129 | ||
130 | const Bu::String &getBuffer() { return sDataBuf; } | 130 | const Bu::String &getBuffer() { return sDataBuf; } |
131 | void setBuffer( const Bu::String &sNewBuffer ); | ||
132 | void appendBuffer( const Bu::String &sNewData ); | ||
131 | 133 | ||
132 | public: | 134 | public: |
133 | /** | 135 | /** |