diff options
author | Pixel <Pixel> | 2001-12-04 00:02:52 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-12-04 00:02:52 +0000 |
commit | c0fc6d58ffd11919ad9ba845c13cb00fd7fadff2 (patch) | |
tree | 115db0d207ae75a6ac1e4e504ae59d5975bc1f47 /include/Socket.h | |
parent | 4c92126b8eb52a43ccef28be0155374f2e6f7490 (diff) |
Small changes
Diffstat (limited to 'include/Socket.h')
-rw-r--r-- | include/Socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Socket.h b/include/Socket.h index b8ea05e..45dfa2b 100644 --- a/include/Socket.h +++ b/include/Socket.h @@ -12,8 +12,8 @@ class Socket : public Handle { public: Socket() throw (GeneralException); virtual ~Socket() {} - bool SetLocal(String, int = 0); - bool Connect(String, int); + bool SetLocal(const String &, int = 0); + bool Connect(const String &, int); bool Listen(); Socket Accept() throw (GeneralException); bool IsConnected(); |