summaryrefslogtreecommitdiffstats
path: root/src/net/pvsClientConnection.cpp
diff options
context:
space:
mode:
authorJohann Latocha2011-06-02 00:29:37 +0200
committerJohann Latocha2011-06-02 00:29:37 +0200
commite001d2a05ac722611fcd19e7678f96cc22156cb9 (patch)
tree82bfd9dc3f312fb4b0335ef2011365d4c39be0c3 /src/net/pvsClientConnection.cpp
parentEnhancement #821 (diff)
downloadpvs-e001d2a05ac722611fcd19e7678f96cc22156cb9.tar.gz
pvs-e001d2a05ac722611fcd19e7678f96cc22156cb9.tar.xz
pvs-e001d2a05ac722611fcd19e7678f96cc22156cb9.zip
Defect #819
Diffstat (limited to 'src/net/pvsClientConnection.cpp')
-rw-r--r--src/net/pvsClientConnection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/pvsClientConnection.cpp b/src/net/pvsClientConnection.cpp
index 5354e95..9f66562 100644
--- a/src/net/pvsClientConnection.cpp
+++ b/src/net/pvsClientConnection.cpp
@@ -162,7 +162,6 @@ void PVSClientConnection::setID(unsigned int id)
void PVSClientConnection::ping()
{
- // still needs flag/timer to check for a ping timeout (and a reply from the client)
this->push_back_send(PVSMsg(PVSCOMMAND, "PING", "HELLO?", _id));
}