Rev 1608 | Rev 1916 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1608 | Rev 1642 | ||
|---|---|---|---|
| Line 95... | Line 95... | ||
| 95 | this->acceptor_->cancel(); |
95 | this->acceptor_->cancel(); |
| 96 | this->acceptor_->close(); |
96 | this->acceptor_->close(); |
| 97 | } |
97 | } |
| 98 | } |
98 | } |
| 99 | 99 | ||
| 100 | void TcpClient::Send( |
100 | void TcpClient::Send(common::Byteset data) |
| 101 | { |
101 | { |
| 102 | if (this->acceptor_.use_count() != 0) |
102 | if (this->acceptor_.use_count() != 0) |
| 103 | { |
103 | { |
| 104 | return; |
104 | return; |
| 105 | } |
105 | } |