summaryrefslogtreecommitdiffstats
path: root/src/core
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/core
parentfirst commit to test git (diff)
downloadpvs-d2d403a8dec0f65bb3665c2bd2dab69456cdee42.tar.gz
pvs-d2d403a8dec0f65bb3665c2bd2dab69456cdee42.tar.xz
pvs-d2d403a8dec0f65bb3665c2bd2dab69456cdee42.zip
Revoke Fabians changes.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/pvsConnectionManager.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/pvsConnectionManager.cpp b/src/core/pvsConnectionManager.cpp
index aabd869..8a35ca9 100644
--- a/src/core/pvsConnectionManager.cpp
+++ b/src/core/pvsConnectionManager.cpp
@@ -93,14 +93,6 @@ void PVSConnectionManager::onClientRemove(PVSClientConnection* removedConnection
}
// Inform all chat clients about a new event.
-// hier eventuell prozesse anzeigen einbinden
-//
-//
-//
-//
-//
-//
-//
void PVSConnectionManager::sendEventToClients(QString event, PVSClientConnection* connection, QString clientName)
{
if(event.compare("addedConnection") == 0)
@@ -117,8 +109,6 @@ void PVSConnectionManager::sendEventToClients(QString event, PVSClientConnection
if(event.compare("addedClient") == 0)
{
// send name to everybody to all connected clients.
- _pvsServer.sendToAll(PVSMsg(PVSCOMMAND, "SHOWPROCESSES", ""));
- ConsoleLog writeNetwork("SHOWPROCESSES sent...");
_pvsServer.sendToAll(PVSMsg(PVSMESSAGE, "clientToAdd", ":" + clientName, 0));
connection->push_back_send(PVSMsg(PVSMESSAGE, "assignedName", ":" + clientName, 0));
connection->push_back_send(PVSMsg(PVSMESSAGE, "clientToAdd", ":PVSMGR:local", 0));