pull request #4478 review fixes

This commit is contained in:
Добрый Ээх 2016-10-12 12:28:48 +03:00
parent fa9b6c3805
commit 8c48a61a96

View file

@ -14,7 +14,7 @@ public:
// 1. You can call Open+Close pair multiple times for the same Socket instance.
// 2. There are should be Close call after each Open call.
// 3. Open+Open: second Open does nothing and returns false.
// 4. Close+Close: second Close does nothing,
// 4. Close+Close: second Close does nothing.
virtual bool Open(string const & host, uint16_t port) = 0;
virtual void Close() = 0;