Missing username in TODO according to Google style guidelines "readability/todo"

This commit is contained in:
Micke Prag 2012-06-15 17:18:05 +02:00
parent a165e414fd
commit 6688f44084
7 changed files with 10 additions and 10 deletions

View file

@ -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) {