diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-02-24 02:32:55 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-02-24 02:32:55 +0000 |
commit | bbc76396d899e6b59ce17643095c8d48f7083662 (patch) | |
tree | 1a181e4b7c12111ec7f961c215ffc3ee1bf9fbc2 /src/protocoltelnet.h | |
parent | 22277c6ffe91189cbb5d7a7d8572bf829e3a2610 (diff) | |
download | libbu++-bbc76396d899e6b59ce17643095c8d48f7083662.tar.gz libbu++-bbc76396d899e6b59ce17643095c8d48f7083662.tar.bz2 libbu++-bbc76396d899e6b59ce17643095c8d48f7083662.tar.xz libbu++-bbc76396d899e6b59ce17643095c8d48f7083662.zip |
Corrected some iterator confusion in FString and added a helper to
ProtocolTelnet. I'm going to have to do some reading and find out just where
ProtocolTelnet is...
Diffstat (limited to '')
-rw-r--r-- | src/protocoltelnet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/protocoltelnet.h b/src/protocoltelnet.h index 532db4b..9b25c5d 100644 --- a/src/protocoltelnet.h +++ b/src/protocoltelnet.h | |||
@@ -121,6 +121,8 @@ namespace Bu | |||
121 | void write( const char *pData, int iSize ); | 121 | void write( const char *pData, int iSize ); |
122 | void write( char cData ); | 122 | void write( char cData ); |
123 | 123 | ||
124 | const Bu::FString &getBuffer() { return sDataBuf; } | ||
125 | |||
124 | public: | 126 | public: |
125 | /** | 127 | /** |
126 | * If you wish to know the current dimensions of the client window, | 128 | * If you wish to know the current dimensions of the client window, |