Should have a space between // and comment "whitespace/comments"
This commit is contained in:
parent
e1608f94a8
commit
75f21588e5
39 changed files with 225 additions and 224 deletions
|
@ -121,7 +121,7 @@ std::wstring Socket::read(int timeout) {
|
|||
void Socket::stopReadWait() {
|
||||
TelldusCore::MutexLocker locker(&d->mutex);
|
||||
d->connected = false;
|
||||
//TODO somehow signal the socket here?
|
||||
// TODO somehow signal the socket here?
|
||||
}
|
||||
|
||||
void Socket::write(const std::wstring &msg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue