summaryrefslogtreecommitdiff
path: root/TAO/tao/diffs/OctetSeq.diff
blob: c022ee2945532309532091d5c96ea2739af1ed76 (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
--- orig/OctetSeqC.h	2003-06-12 11:42:16.000000000 -0500
+++ OctetSeqC.h	2003-06-12 11:44:18.000000000 -0500
@@ -30,17 +30,17 @@
 
 #ifndef _TAO_IDL_ORIG__OCTETSEQC_H_
 #define _TAO_IDL_ORIG__OCTETSEQC_H_
-
 #include "ace/pre.h"
-
-#include "tao/corba.h"
+#include "tao/corbafwd.h"
 
 #if !defined (ACE_LACKS_PRAGMA_ONCE)
 # pragma once
 #endif /* ACE_LACKS_PRAGMA_ONCE */
 
+#include "tao/Seq_Var_T.h"
+#include "tao/Seq_Out_T.h"
+#include "tao/Sequence.h"
 
-#include "tao/corbafwd.h"
 
 #if defined (TAO_EXPORT_MACRO)
 #undef TAO_EXPORT_MACRO
--- orig/OctetSeqC.cpp	2003-06-12 11:42:16.000000000 -0500
+++ OctetSeqC.cpp	2003-06-12 12:36:18.000000000 -0500
@@ -28,17 +28,9 @@
 // TAO_IDL - Generated from
 // be/be_codegen.cpp:351
 
-
 #include "OctetSeqC.h"
-#include "tao/Stub.h"
-#include "tao/Invocation.h"
-#include "tao/PortableInterceptor.h"
-
-#if TAO_HAS_INTERCEPTORS == 1
-#include "tao/RequestInfo_Util.h"
-#include "tao/ClientRequestInfo_i.h"
-#include "tao/ClientInterceptorAdapter.h"
-#endif  /* TAO_HAS_INTERCEPTORS == 1 */
+#include "ORB_Core.h"
+
 
 
 #if defined (__BORLANDC__)