summaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
authorJohann Latocha2010-07-10 00:11:47 +0200
committerJohann Latocha2010-07-10 00:11:47 +0200
commitd2d403a8dec0f65bb3665c2bd2dab69456cdee42 (patch)
treea84301974f490b80902a402e9b7c3c3855ebf010 /src/net
parentfirst commit to test git (diff)
downloadpvs-d2d403a8dec0f65bb3665c2bd2dab69456cdee42.tar.gz
pvs-d2d403a8dec0f65bb3665c2bd2dab69456cdee42.tar.xz
pvs-d2d403a8dec0f65bb3665c2bd2dab69456cdee42.zip
Revoke Fabians changes.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/pvsListenServer.cpp4
-rw-r--r--src/net/pvsServerConnection.cpp8
2 files changed, 2 insertions, 10 deletions
diff --git a/src/net/pvsListenServer.cpp b/src/net/pvsListenServer.cpp
index 1dac9c0..f21303e 100644
--- a/src/net/pvsListenServer.cpp
+++ b/src/net/pvsListenServer.cpp
@@ -245,8 +245,8 @@ bool PVSListenServer::init()
return false;
}
ConsoleLog writeNetwork(
- QString("Server is listening. Socket: ").append(int2String(
- (int) _listenSocket)));
+ QString("Server is listening. Socket: ").append(ptr2String(
+ _listenSocket)));
connect(_listenSocket, SIGNAL(newConnection()), this, SLOT(
server_connectionRequest()));
diff --git a/src/net/pvsServerConnection.cpp b/src/net/pvsServerConnection.cpp
index 1ce9904..04a1ef6 100644
--- a/src/net/pvsServerConnection.cpp
+++ b/src/net/pvsServerConnection.cpp
@@ -133,14 +133,6 @@ void PVSServerConnection::onPing(PVSMsg pingmsg)
}
}
-/* Hier werden Nachrichten behandelt, die vom Client kommen
- *
- *
- *
- *
- *
- */
-
void PVSServerConnection::handleClientMsg(PVSMsg receiver)
{
// FIXME: @SimonR, this line cuase problems with pvs in daemon mode and dbus