Lines 1-6
Link Here
|
1 |
--- src/Communication/SALOME_Comm_i.cxx.orig 2009-03-18 20:52:29.000000000 +0600 |
1 |
--- src/Communication/SALOME_Comm_i.cxx.orig 2009-12-01 20:58:49.000000000 +0600 |
2 |
+++ src/Communication/SALOME_Comm_i.cxx 2009-05-20 10:21:06.000000000 +0700 |
2 |
+++ src/Communication/SALOME_Comm_i.cxx 2010-03-10 22:41:04.000000000 +0600 |
3 |
@@ -19,10 +19,12 @@ |
3 |
@@ -19,10 +19,14 @@ |
4 |
// |
4 |
// |
5 |
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com |
5 |
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com |
6 |
// |
6 |
// |
Lines 10-20
Link Here
|
10 |
#include <rpc/xdr.h> |
10 |
#include <rpc/xdr.h> |
11 |
#endif |
11 |
#endif |
12 |
+ |
12 |
+ |
|
|
13 |
+#include <cstdio> |
14 |
+ |
13 |
+#include "SALOME_Comm_i.hxx" |
15 |
+#include "SALOME_Comm_i.hxx" |
14 |
#include "omniORB4/poa.h" |
16 |
#include "omniORB4/poa.h" |
15 |
#include "omnithread.h" |
17 |
#include "omnithread.h" |
16 |
#include "Utils_SINGLETON.hxx" |
18 |
#include "Utils_SINGLETON.hxx" |
17 |
@@ -32,6 +34,7 @@ |
19 |
@@ -32,6 +36,7 @@ |
18 |
#include "SenderFactory.hxx" |
20 |
#include "SenderFactory.hxx" |
19 |
using namespace std; |
21 |
using namespace std; |
20 |
|
22 |
|