forked from organicmaps/organicmaps-tmp
pull request #4478 review fixes
This commit is contained in:
parent
fa9b6c3805
commit
8c48a61a96
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue