Changeset 36 in pacpussensors for trunk/PacpusSocket/PacpusSocket.cpp
- Timestamp:
- Feb 6, 2014, 2:17:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/PacpusSocket/PacpusSocket.cpp
r34 r36 92 92 qDebug() << "Socket bound for server on port " << port2bind_; 93 93 else 94 qWarning() << "Failed to bind socket on port 94 qWarning() << "Failed to bind socket on port" << port2bind_; 95 95 } 96 96 else if (socketType_ == "client")
Note:
See TracChangeset
for help on using the changeset viewer.