Missing username in TODO according to Google style guidelines "readability/todo"
This commit is contained in:
parent
a165e414fd
commit
6688f44084
7 changed files with 10 additions and 10 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(stefan): somehow signal the socket here?
|
||||
}
|
||||
|
||||
void Socket::write(const std::wstring &msg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue