8
8
diff -Nrup ../../orig/ica/src/isd_server.cpp ../ica/src/isd_server.cpp
9
9
--- ../../orig/ica/src/isd_server.cpp 2008-07-06 16:24:58.000000000 -0400
10
+++ ../ica/src/isd_server.cpp 2008-09-30 18:32:58.000000000 -0400
11
@@ -256,7 +256,9 @@ int isdServer::processClient( socketDisp
10
+++ ../ica/src/isd_server.cpp 2008-09-30 20:00:24.000000000 -0400
11
@@ -256,7 +256,7 @@ int isdServer::processClient( socketDisp
16
16
+ action = port.split(":")[1]+":"+port.split(":")[2];
17
+ if ( action == "192.168.0.14:5858" )
18
+ printf("Debug: PASS\n");
22
20
diff -Nrup ../../orig/ima/src/client.cpp ../ima/src/client.cpp
23
21
--- ../../orig/ima/src/client.cpp 2008-06-26 08:18:29.000000000 -0400
24
+++ ../ima/src/client.cpp 2008-09-30 18:23:09.000000000 -0400
25
@@ -51,7 +51,7 @@ const int DECO_WIDTH = 4;
26
const int TITLE_HEIGHT = 23;
22
+++ ../ima/src/client.cpp 2008-09-30 20:00:07.000000000 -0400
23
@@ -52,6 +52,7 @@ const int TITLE_HEIGHT = 23;
27
24
const QPoint CONTENT_OFFSET( DECO_WIDTH, DECO_WIDTH + TITLE_HEIGHT );
28
25
const QSize CONTENT_SIZE_SUB( 2*DECO_WIDTH, 2*DECO_WIDTH + TITLE_HEIGHT );
30
27
+extern QString __isd_host;
32
29
// resolve static symbols...
33
30
QHash<int, client *> client::s_clientIDs;
34
@@ -1244,8 +1244,10 @@ void updateThread::update( void )
35
i.second.toString() );
31
@@ -1245,7 +1246,7 @@ void updateThread::update( void )
37
33
case Cmd_StartDemo:
38
+ if ( __isd_host == "192.168.0.14" )
39
+ printf("Debug: OK\n");
40
34
m_client->m_connection->startDemo(
41
35
- i.second.toList()[0].toString(),
42
36
+ __isd_host+":"+i.second.toList()[0].toString(),