diff options
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index 9f82456..d0949cc 100644 --- a/src/socket.h +++ b/src/socket.h | |||
@@ -47,9 +47,12 @@ namespace Bu | |||
47 | Bu::FString getAddress() const; | 47 | Bu::FString getAddress() const; |
48 | 48 | ||
49 | private: | 49 | private: |
50 | void setAddress(); | ||
51 | |||
50 | int nSocket; | 52 | int nSocket; |
51 | bool bActive; | 53 | bool bActive; |
52 | FString sReadBuf; | 54 | FString sReadBuf; |
55 | FString sAddress; | ||
53 | }; | 56 | }; |
54 | } | 57 | } |
55 | 58 | ||