~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to TAO/tao/CONV_FRAMEC.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// -*- C++ -*-
2
 
//
3
 
// CONV_FRAMEC.h,v 1.20 2003/12/24 19:00:05 bala Exp
4
 
 
5
 
// ****  Code generated by the The ACE ORB (TAO) IDL Compiler ****
6
 
// TAO and the TAO IDL Compiler have been developed by:
7
 
//       Center for Distributed Object Computing
8
 
//       Washington University
9
 
//       St. Louis, MO
10
 
//       USA
11
 
//       http://www.cs.wustl.edu/~schmidt/doc-center.html
12
 
// and
13
 
//       Distributed Object Computing Laboratory
14
 
//       University of California at Irvine
15
 
//       Irvine, CA
16
 
//       USA
17
 
//       http://doc.ece.uci.edu/
18
 
// and
19
 
//       Institute for Software Integrated Systems
20
 
//       Vanderbilt University
21
 
//       Nashville, TN
22
 
//       USA
23
 
//       http://www.isis.vanderbilt.edu/
24
 
//
25
 
// Information about TAO is available at:
26
 
//     http://www.cs.wustl.edu/~schmidt/TAO.html
27
 
 
28
 
// TAO_IDL - Generated from
29
 
// be/be_codegen.cpp:186
30
 
 
31
 
#ifndef _TAO_IDL_ORIG_CONV_FRAMEC_H_
32
 
#define _TAO_IDL_ORIG_CONV_FRAMEC_H_
33
 
 
34
 
#include /**/ "ace/pre.h"
35
 
 
36
 
#include "tao/CDR.h"
37
 
 
38
 
#if !defined (ACE_LACKS_PRAGMA_ONCE)
39
 
# pragma once
40
 
#endif /* ACE_LACKS_PRAGMA_ONCE */
41
 
 
42
 
#include "tao/Sequence.h"
43
 
#include "tao/VarOut_T.h"
44
 
 
45
 
#if defined (TAO_EXPORT_MACRO)
46
 
#undef TAO_EXPORT_MACRO
47
 
#endif
48
 
#define TAO_EXPORT_MACRO TAO_Export
49
 
 
50
 
#if defined (TAO_EXPORT_NESTED_CLASSES)
51
 
#  if defined (TAO_EXPORT_NESTED_MACRO)
52
 
#    undef TAO_EXPORT_NESTED_MACRO
53
 
#  endif /* defined (TAO_EXPORT_NESTED_MACRO) */
54
 
#  define TAO_EXPORT_NESTED_MACRO TAO_Export
55
 
#endif /* TAO_EXPORT_NESTED_CLASSES */
56
 
 
57
 
#if defined(_MSC_VER)
58
 
#if (_MSC_VER >= 1200)
59
 
#pragma warning(push)
60
 
#endif /* _MSC_VER >= 1200 */
61
 
#pragma warning(disable:4250)
62
 
#endif /* _MSC_VER */
63
 
 
64
 
#if defined (__BORLANDC__)
65
 
#pragma option push -w-rvl -w-rch -w-ccc -w-inl
66
 
#endif /* __BORLANDC__ */
67
 
 
68
 
// TAO_IDL - Generated from
69
 
// be/be_visitor_module/module_ch.cpp:48
70
 
 
71
 
namespace CONV_FRAME
72
 
{
73
 
 
74
 
  // TAO_IDL - Generated from
75
 
  // be/be_visitor_typedef/typedef_ch.cpp:342
76
 
 
77
 
  typedef CORBA::ULong CodeSetId;
78
 
  typedef CORBA::ULong_out CodeSetId_out;
79
 
 
80
 
  // TAO_IDL - Generated from
81
 
  // be/be_type.cpp:258
82
 
 
83
 
  struct CodeSetComponent;
84
 
 
85
 
  typedef
86
 
    TAO_Var_Var_T<
87
 
        CodeSetComponent
88
 
      >
89
 
    CodeSetComponent_var;
90
 
 
91
 
  typedef
92
 
    TAO_Out_T<
93
 
        CodeSetComponent,
94
 
        CodeSetComponent_var
95
 
      >
96
 
    CodeSetComponent_out;
97
 
 
98
 
  // TAO_IDL - Generated from
99
 
  // be/be_visitor_structure/structure_ch.cpp:52
100
 
 
101
 
  struct TAO_Export CodeSetComponent
102
 
  {
103
 
    typedef CodeSetComponent_var _var_type;
104
 
 
105
 
    static void _tao_any_destructor (void *);
106
 
    CONV_FRAME::CodeSetId native_code_set;
107
 
 
108
 
 
109
 
    // TAO_IDL - Generated from
110
 
    // be/be_visitor_sequence/sequence_ch.cpp:101
111
 
 
112
 
#if !defined (_CONV_FRAME_CODESETCOMPONENT__TAO_SEQ_CONV_FRAME_CODESETID__CH_)
113
 
#define _CONV_FRAME_CODESETCOMPONENT__TAO_SEQ_CONV_FRAME_CODESETID__CH_
114
 
 
115
 
    class TAO_Export _tao_seq_CONV_FRAME_CodeSetId_
116
 
      : public
117
 
          TAO_Unbounded_Sequence<
118
 
              ACE_NESTED_CLASS (CONV_FRAME, CodeSetId)
119
 
            >
120
 
    {
121
 
    public:
122
 
      _tao_seq_CONV_FRAME_CodeSetId_ (void);
123
 
      _tao_seq_CONV_FRAME_CodeSetId_ (CORBA::ULong max);
124
 
      _tao_seq_CONV_FRAME_CodeSetId_ (
125
 
          CORBA::ULong max,
126
 
          CORBA::ULong length,
127
 
          CORBA::ULong* buffer,
128
 
          CORBA::Boolean release = 0
129
 
        );
130
 
      _tao_seq_CONV_FRAME_CodeSetId_ (const _tao_seq_CONV_FRAME_CodeSetId_ &);
131
 
      ~_tao_seq_CONV_FRAME_CodeSetId_ (void);
132
 
    };
133
 
 
134
 
#endif /* end #if !defined */
135
 
 
136
 
    // TAO_IDL - Generated from
137
 
    // be/be_visitor_field/field_ch.cpp:453
138
 
 
139
 
    typedef _tao_seq_CONV_FRAME_CodeSetId_ _conversion_code_sets_seq;
140
 
    _tao_seq_CONV_FRAME_CodeSetId_ conversion_code_sets;
141
 
  };
142
 
 
143
 
  // TAO_IDL - Generated from
144
 
  // be/be_type.cpp:258
145
 
 
146
 
  struct CodeSetComponentInfo;
147
 
 
148
 
  typedef
149
 
    TAO_Var_Var_T<
150
 
        CodeSetComponentInfo
151
 
      >
152
 
    CodeSetComponentInfo_var;
153
 
 
154
 
  typedef
155
 
    TAO_Out_T<
156
 
        CodeSetComponentInfo,
157
 
        CodeSetComponentInfo_var
158
 
      >
159
 
    CodeSetComponentInfo_out;
160
 
 
161
 
  // TAO_IDL - Generated from
162
 
  // be/be_visitor_structure/structure_ch.cpp:52
163
 
 
164
 
  struct TAO_Export CodeSetComponentInfo
165
 
  {
166
 
    typedef CodeSetComponentInfo_var _var_type;
167
 
 
168
 
    static void _tao_any_destructor (void *);
169
 
    CONV_FRAME::CodeSetComponent ForCharData;
170
 
    CONV_FRAME::CodeSetComponent ForWcharData;
171
 
  };
172
 
 
173
 
  // TAO_IDL - Generated from
174
 
  // be/be_type.cpp:258
175
 
 
176
 
  struct CodeSetContext;
177
 
 
178
 
  typedef
179
 
    TAO_Fixed_Var_T<
180
 
        CodeSetContext
181
 
      >
182
 
    CodeSetContext_var;
183
 
 
184
 
  typedef
185
 
    CodeSetContext &
186
 
    CodeSetContext_out;
187
 
 
188
 
  // TAO_IDL - Generated from
189
 
  // be/be_visitor_structure/structure_ch.cpp:52
190
 
 
191
 
  struct TAO_Export CodeSetContext
192
 
  {
193
 
    typedef CodeSetContext_var _var_type;
194
 
 
195
 
    static void _tao_any_destructor (void *);
196
 
    CONV_FRAME::CodeSetId char_data;
197
 
    CONV_FRAME::CodeSetId wchar_data;
198
 
  };
199
 
 
200
 
 
201
 
 
202
 
// TAO_IDL - Generated from
203
 
// be/be_visitor_module/module_ch.cpp:66
204
 
 
205
 
} // module CONV_FRAME
206
 
 
207
 
// TAO_IDL - Generated from
208
 
// be/be_visitor_traits.cpp:59
209
 
 
210
 
// Traits specializations.
211
 
namespace TAO
212
 
{
213
 
}
214
 
 
215
 
// TAO_IDL - Generated from
216
 
// be/be_visitor_root/cdr_op.cpp:48
217
 
 
218
 
#ifndef __ACE_INLINE__
219
 
 
220
 
// TAO_IDL - Generated from
221
 
// be/be_visitor_structure/cdr_op_ch.cpp:53
222
 
 
223
 
TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CONV_FRAME::CodeSetComponent &);
224
 
TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CONV_FRAME::CodeSetComponent &);
225
 
 
226
 
// TAO_IDL - Generated from
227
 
// be/be_visitor_sequence/cdr_op_ch.cpp:70
228
 
 
229
 
#if !defined _TAO_CDR_OP_CONV_FRAME_CodeSetComponent__tao_seq_CONV_FRAME_CodeSetId__H_
230
 
#define _TAO_CDR_OP_CONV_FRAME_CodeSetComponent__tao_seq_CONV_FRAME_CodeSetId__H_
231
 
 
232
 
TAO_Export CORBA::Boolean operator<< (
233
 
    TAO_OutputCDR &,
234
 
    const CONV_FRAME::CodeSetComponent::_tao_seq_CONV_FRAME_CodeSetId_ &
235
 
  );
236
 
TAO_Export CORBA::Boolean operator>> (
237
 
    TAO_InputCDR &,
238
 
    CONV_FRAME::CodeSetComponent::_tao_seq_CONV_FRAME_CodeSetId_ &
239
 
  );
240
 
 
241
 
#endif /* _TAO_CDR_OP_CONV_FRAME_CodeSetComponent__tao_seq_CONV_FRAME_CodeSetId__H_ */
242
 
 
243
 
// TAO_IDL - Generated from
244
 
// be/be_visitor_structure/cdr_op_ch.cpp:53
245
 
 
246
 
TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CONV_FRAME::CodeSetComponentInfo &);
247
 
TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CONV_FRAME::CodeSetComponentInfo &);
248
 
 
249
 
// TAO_IDL - Generated from
250
 
// be/be_visitor_structure/cdr_op_ch.cpp:53
251
 
 
252
 
TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CONV_FRAME::CodeSetContext &);
253
 
TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CONV_FRAME::CodeSetContext &);
254
 
 
255
 
// TAO_IDL - Generated from
256
 
// be/be_visitor_root/cdr_op.cpp:64
257
 
 
258
 
#endif /* __ACE_INLINE__ */
259
 
 
260
 
// TAO_IDL - Generated from
261
 
// be/be_codegen.cpp:1050
262
 
 
263
 
#if defined (__ACE_INLINE__)
264
 
#include "CONV_FRAMEC.i"
265
 
#endif /* defined INLINE */
266
 
 
267
 
#if defined(_MSC_VER) && (_MSC_VER >= 1200)
268
 
#pragma warning(pop)
269
 
#endif /* _MSC_VER */
270
 
 
271
 
#if defined (__BORLANDC__)
272
 
#pragma option pop
273
 
#endif /* __BORLANDC__ */
274
 
 
275
 
#include /**/ "ace/post.h"
276
 
 
277
 
#endif /* ifndef */