diff options
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index f907b95..c8f78f0 100644 --- a/src/socket.h +++ b/src/socket.h | |||
@@ -92,6 +92,8 @@ namespace Bu | |||
92 | virtual bool isBlocking(); | 92 | virtual bool isBlocking(); |
93 | virtual void setBlocking( bool bBlocking=true ); | 93 | virtual void setBlocking( bool bBlocking=true ); |
94 | 94 | ||
95 | virtual void setSize( long iSize ); | ||
96 | |||
95 | Bu::FString getAddress() const; | 97 | Bu::FString getAddress() const; |
96 | operator int() const; | 98 | operator int() const; |
97 | 99 | ||