summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/diffs/Messaging.diff
blob: 2993198aadb110e115e8847acdf65db3f604a1e9 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
--- orig/MessagingC.h	Wed Sep  4 19:44:07 2002
+++ MessagingC.h	Wed Sep  4 19:40:25 2002
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 //
-// $Id$
+// $Id$
 
 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
 // TAO and the TAO IDL Compiler have been developed by:
@@ -27,7 +27,12 @@
 #define _TAO_IDL_ORIG_MESSAGINGC_H_
 
 #include "ace/pre.h"
-#include "tao/corba.h"
+#include "tao/corbafwd.h"
+
+#ifndef TAO_MESSAGING_SAFE_INCLUDE 
+#error "You should not include MessagingC.h directly, use Messaging.h"
+#endif /* !TAO_MESSAGING_SAFE_INCLUDE */
+
 
 #if !defined (ACE_LACKS_PRAGMA_ONCE)
 # pragma once
@@ -37,6 +42,9 @@
 #include "Messaging_SyncScope_PolicyC.h"
 #include "Messaging_RT_PolicyC.h"
 #include "Messaging_No_ImplC.h"
+#include "tao/ValueBase.h"
+#include "tao/ValueFactory.h"
+
 
 #if defined (TAO_EXPORT_MACRO)
 #undef TAO_EXPORT_MACRO
@@ -682,6 +690,7 @@
 #if !defined _TAO_CDR_OP_Messaging_ExceptionHolder__tao_seq_Octet_H_
 #define _TAO_CDR_OP_Messaging_ExceptionHolder__tao_seq_Octet_H_
 
+#if 0
 TAO_Messaging_Export CORBA::Boolean operator<< (
     TAO_OutputCDR &,
     const Messaging::ExceptionHolder::_tao_seq_Octet &
@@ -691,6 +700,8 @@
     Messaging::ExceptionHolder::_tao_seq_Octet &
   );
 
+#endif /*if 0*/
+
 #endif /* _TAO_CDR_OP_Messaging_ExceptionHolder__tao_seq_Octet_H_ */
 
 
--- orig/MessagingC.i	Wed Sep  4 19:44:07 2002
+++ MessagingC.i	Wed Sep  4 15:10:24 2002
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 //
-// $Id$
+// $Id$
 
 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
 // TAO and the TAO IDL Compiler have been developed by:
--- orig/MessagingC.cpp	Wed Sep  4 19:44:07 2002
+++ MessagingC.cpp	Wed Sep  4 15:10:24 2002
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 //
-// $Id$
+// $Id$
 
 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
 // TAO and the TAO IDL Compiler have been developed by:
@@ -23,7 +23,7 @@
 // TAO_IDL - Generated from
 // be/be_codegen.cpp:315
 
-#include "MessagingC.h"
+#include "Messaging.h"
 
 #include "tao/Stub.h"
 #include "tao/Invocation.h"
--- orig/MessagingS.h	Wed Sep  4 19:44:07 2002
+++ MessagingS.h	Wed Sep  4 15:10:24 2002
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 //
-// $Id$
+// $Id$
 
 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
 // TAO and the TAO IDL Compiler have been developed by:
@@ -27,10 +27,7 @@
 #define _TAO_IDL_ORIG_MESSAGINGS_H_
 
 #include "ace/pre.h"
-#include "Messaging_SyncScope_PolicyS.h"
-#include "Messaging_RT_PolicyS.h"
-#include "Messaging_No_ImplS.h"
-#include "MessagingC.h"
+#include "Messaging.h"
 
 
 #if !defined (ACE_LACKS_PRAGMA_ONCE)
--- orig/MessagingS.i	Wed Sep  4 19:44:07 2002
+++ MessagingS.i	Wed Sep  4 15:10:24 2002
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 //
-// $Id$
+// $Id$
 
 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
 // TAO and the TAO IDL Compiler have been developed by:
--- orig/MessagingS.cpp	Wed Sep  4 19:44:07 2002
+++ MessagingS.cpp	Wed Sep  4 15:10:24 2002
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 //
-// $Id$
+// $Id$
 
 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
 // TAO and the TAO IDL Compiler have been developed by:
--- orig/MessagingS_T.h	Wed Sep  4 19:44:07 2002
+++ MessagingS_T.h	Wed Sep  4 15:10:24 2002
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 //
-// $Id$
+// $Id$
 
 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
 // TAO and the TAO IDL Compiler have been developed by:
--- orig/MessagingS_T.i	Wed Sep  4 19:44:07 2002
+++ MessagingS_T.i	Wed Sep  4 15:10:24 2002
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 //
-// $Id$
+// $Id$
 
 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
 // TAO and the TAO IDL Compiler have been developed by:
--- orig/MessagingS_T.cpp	Wed Sep  4 19:44:07 2002
+++ MessagingS_T.cpp	Wed Sep  4 15:10:24 2002
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 //
-// $Id$
+// $Id$
 
 // ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
 // TAO and the TAO IDL Compiler have been developed by: