diff options
author | Pixel <Pixel> | 2001-11-30 00:03:10 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-30 00:03:10 +0000 |
commit | 68aeaf14ea2bc388b3d3c5d195fd3f5e983576c0 (patch) | |
tree | e776a0f936b7413b184ce34e205f4aca27f62b62 /include/Socket.h | |
parent | 23d91060b557f77fc37e629a168ca810cd66a364 (diff) |
Debugging...
Diffstat (limited to 'include/Socket.h')
-rw-r--r-- | include/Socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Socket.h b/include/Socket.h index 9e0f85f..c6402cb 100644 --- a/include/Socket.h +++ b/include/Socket.h @@ -42,6 +42,7 @@ class Socket : public Handle { virtual bool CanRead(); virtual bool CanWrite(); virtual String GetName(); + int GetPort(); private: Socket(int s); |