summaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
authorFabian Schillinger2010-07-09 21:18:44 +0200
committerFabian Schillinger2010-07-09 21:18:44 +0200
commit5acd0590258e9335cf4d3b1910a517efccd22a3e (patch)
tree5c2a127249fac6f8ba15d132c2cd6ef00e6a577f /src/net
parentBuilding rpms is now supported. On Debian based systems you need the rpm pack... (diff)
downloadpvs-5acd0590258e9335cf4d3b1910a517efccd22a3e.tar.gz
pvs-5acd0590258e9335cf4d3b1910a517efccd22a3e.tar.xz
pvs-5acd0590258e9335cf4d3b1910a517efccd22a3e.zip
first commit to test git
Diffstat (limited to 'src/net')
-rw-r--r--src/net/pvsListenServer.cpp4
-rw-r--r--src/net/pvsServerConnection.cpp8
2 files changed, 10 insertions, 2 deletions
diff --git a/src/net/pvsListenServer.cpp b/src/net/pvsListenServer.cpp
index f21303e..1dac9c0 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(ptr2String(
- _listenSocket)));
+ QString("Server is listening. Socket: ").append(int2String(
+ (int) _listenSocket)));
connect(_listenSocket, SIGNAL(newConnection()), this, SLOT(
server_connectionRequest()));
diff --git a/src/net/pvsServerConnection.cpp b/src/net/pvsServerConnection.cpp
index 04a1ef6..1ce9904 100644
--- a/src/net/pvsServerConnection.cpp
+++ b/src/net/pvsServerConnection.cpp
@@ -133,6 +133,14 @@ 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