summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/diff/ORBInitializer.diff
blob: c9dd1d62fdfc383382a28d31b401e93034a09ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--- orig/ORBInitializerC.h	2005-06-03 13:59:05.470598400 +0200
+++ ORBInitializerC.h	2005-06-03 14:12:22.646881600 +0200
@@ -33,6 +33,9 @@
 
 #include /**/ "ace/pre.h"
 
+ #ifndef TAO_PI_SAFE_INCLUDE
+ #error "You should not include ORBInitializerC.h directly, use PI.h"
+ #endif /* !TAO_PI_SAFE_INCLUDE */
 
 #include "ace/config-all.h"
 
--- orig/ORBInitializerC.cpp	2005-06-03 13:59:05.470598400 +0200
+++ ORBInitializerC.cpp	2005-06-03 14:14:33.354830400 +0200
@@ -29,7 +29,7 @@
 // be\be_codegen.cpp:291
 
 
-#include "ORBInitializerC.h"
+#include "PI.h"
 #include "tao/CDR.h"
 #include "ace/OS_NS_string.h"
 
--- orig/ORBInitializerA.cpp	2005-06-03 13:59:05.470598400 +0200
+++ ORBInitializerA.cpp	2005-06-03 14:14:29.088696000 +0200
@@ -25,7 +25,7 @@
 // Information about TAO is available at:
 //     http://www.cs.wustl.edu/~schmidt/TAO.html
 
-#include "ORBInitializerC.h"
+#include "PI.h"
 #include "tao/Null_RefCount_Policy.h"
 #include "tao/TypeCode_Constants.h"
 #include "tao/Alias_TypeCode_Static.h"