summaryrefslogtreecommitdiffstats
path: root/src/net/pvsServerConnection.h
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/pvsServerConnection.h
parentEnhancement #821 (diff)
downloadpvs-e001d2a05ac722611fcd19e7678f96cc22156cb9.tar.gz
pvs-e001d2a05ac722611fcd19e7678f96cc22156cb9.tar.xz
pvs-e001d2a05ac722611fcd19e7678f96cc22156cb9.zip
Defect #819
Diffstat (limited to 'src/net/pvsServerConnection.h')
-rw-r--r--src/net/pvsServerConnection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/pvsServerConnection.h b/src/net/pvsServerConnection.h
index c6ef015..017e485 100644
--- a/src/net/pvsServerConnection.h
+++ b/src/net/pvsServerConnection.h
@@ -30,7 +30,6 @@ public:
return _socket != NULL && _socket->state() == QAbstractSocket::ConnectedState;
}
- void ping();
QString getServerName();
virtual void loadCommands();
@@ -95,6 +94,7 @@ private:
QByteArray _expectedFingerprint;
QString _name;
QString _passwd;
+ time_t _lastData;
};
#endif