summaryrefslogtreecommitdiff
path: root/TAO/tao/Services.h
blob: d055ef7d8074d875214eaa15fd6844f9ceeacb62 (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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
// $Id$
//
// ============================================================================
//
// = LIBRARY
//    TAO
//
// = FILENAME
//    Service_Detail.h
//
// = DESCRIPTION
//
//    Service_Detail stubs. This code generated by the The ACE ORB (TAO) IDL
//    Compiler and was then hand crafted
//
// ============================================================================

#ifndef TAO_SERVICES_H
#define TAO_SERVICES_H

#include "tao/Sequence.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

#if defined(_MSC_VER)
#if (_MSC_VER >= 1200)
#pragma warning(push)
#endif /* _MSC_VER >= 1200 */
#pragma warning(disable:4250)
#endif /* _MSC_VER */

struct TAO_Export CORBA_ServiceDetail
{
  CORBA::ServiceDetailType service_detail_type;

#if !defined (_CORBA_SERVICEDETAIL__TAO_SEQ_OCTET_CH_)
#define _CORBA_SERVICEDETAIL__TAO_SEQ_OCTET_CH_

  // *************************************************************
  // _tao_seq_Octet
  // *************************************************************

  class  _tao_seq_Octet : public TAO_Unbounded_Sequence<CORBA::Octet>
  {
    public:
      _tao_seq_Octet (void); // default ctor
      _tao_seq_Octet (CORBA::ULong max); // uses max size
      _tao_seq_Octet (
                      CORBA::ULong max,
                      CORBA::ULong length,
                      CORBA::Octet *buffer,
                      CORBA::Boolean release=0
                      );
      _tao_seq_Octet (const _tao_seq_Octet &); // copy ctor
      ~_tao_seq_Octet (void); // dtor

#if defined(TAO_NO_COPY_OCTET_SEQUENCES)
      _tao_seq_Octet (
                      CORBA::ULong length,
                      const ACE_Message_Block* mb
                      )
        : TAO_Unbounded_Sequence<CORBA::Octet> (length, mb) {}
#endif /* TAO_NO_COPY_OCTET_SEQUENCE */
    };

  typedef _tao_seq_Octet *_tao_seq_Octet_ptr;
  static CORBA::TypeCode_ptr _tc__tao_seq_Octet;
#endif /* end #if !defined */

#if !defined (_CORBA_SERVICEDETAIL__TAO_SEQ_OCTET___VAR_CH_)
#define _CORBA_SERVICEDETAIL__TAO_SEQ_OCTET___VAR_CH_

  // *************************************************************
  // class CORBA::ServiceDetail::_tao_seq_Octet_var
  // *************************************************************

  class  _tao_seq_Octet_var
    {
    public:
      _tao_seq_Octet_var (void); // default constructor
      _tao_seq_Octet_var (_tao_seq_Octet *);
      _tao_seq_Octet_var (const _tao_seq_Octet_var &); // copy constructor
      ~_tao_seq_Octet_var (void); // destructor

      _tao_seq_Octet_var &operator= (_tao_seq_Octet *);
      _tao_seq_Octet_var &operator= (const _tao_seq_Octet_var &);
      _tao_seq_Octet *operator-> (void);
      const _tao_seq_Octet *operator-> (void) const;

      operator const _tao_seq_Octet &() const;
      operator _tao_seq_Octet &();
      operator _tao_seq_Octet &() const;
      CORBA::Octet &operator[] (CORBA::ULong slot);
      // in, inout, out, _retn
      const _tao_seq_Octet &in (void) const;
      _tao_seq_Octet &inout (void);
      _tao_seq_Octet *&out (void);
      _tao_seq_Octet *_retn (void);
      _tao_seq_Octet *ptr (void) const;

    private:
      _tao_seq_Octet *ptr_;
    };

#endif /* end #if !defined */


#if !defined (_CORBA_SERVICEDETAIL__TAO_SEQ_OCTET___OUT_CH_)
#define _CORBA_SERVICEDETAIL__TAO_SEQ_OCTET___OUT_CH_

    class  _tao_seq_Octet_out
    {
    public:
      _tao_seq_Octet_out (_tao_seq_Octet *&);
      _tao_seq_Octet_out (_tao_seq_Octet_var &);
      _tao_seq_Octet_out (const _tao_seq_Octet_out &);
      _tao_seq_Octet_out &operator= (const _tao_seq_Octet_out &);
      _tao_seq_Octet_out &operator= (_tao_seq_Octet *);
      operator _tao_seq_Octet *&();
      _tao_seq_Octet *&ptr (void);
      _tao_seq_Octet *operator-> (void);
      CORBA::Octet &operator[] (CORBA::ULong slot);

    private:
      _tao_seq_Octet *&ptr_;
      // assignment from T_var not allowed
      void operator= (const _tao_seq_Octet_var &);
    };


#endif /* end #if !defined */

    _tao_seq_Octet service_detail;
};

class  CORBA_ServiceDetail_var
{
 public:
  CORBA_ServiceDetail_var (void); // default constructor
  CORBA_ServiceDetail_var (CORBA_ServiceDetail *);
  CORBA_ServiceDetail_var (const CORBA_ServiceDetail_var &); // copy constructor
  ~CORBA_ServiceDetail_var (void); // destructor

  CORBA_ServiceDetail_var &operator= (CORBA_ServiceDetail *);
  CORBA_ServiceDetail_var &operator= (const CORBA_ServiceDetail_var &);
  CORBA_ServiceDetail *operator-> (void);
  const CORBA_ServiceDetail *operator-> (void) const;

  operator const CORBA_ServiceDetail &() const;
  operator CORBA_ServiceDetail &();
  operator CORBA_ServiceDetail &() const;
  // in, inout, out, _retn
  const CORBA_ServiceDetail &in (void) const;
  CORBA_ServiceDetail &inout (void);
  CORBA_ServiceDetail *&out (void);
  CORBA_ServiceDetail *_retn (void);
  CORBA_ServiceDetail *ptr (void) const;

 private:
  CORBA_ServiceDetail *ptr_;
};

class  CORBA_ServiceDetail_out
{
 public:
  CORBA_ServiceDetail_out (CORBA_ServiceDetail *&);
  CORBA_ServiceDetail_out (CORBA_ServiceDetail_var &);
  CORBA_ServiceDetail_out (const CORBA_ServiceDetail_out &);
  CORBA_ServiceDetail_out &operator= (const CORBA_ServiceDetail_out &);
  CORBA_ServiceDetail_out &operator= (CORBA_ServiceDetail *);
  operator CORBA_ServiceDetail *&();
  CORBA_ServiceDetail *&ptr (void);
  CORBA_ServiceDetail *operator-> (void);

 private:
  CORBA_ServiceDetail *&ptr_;
  // assignment from T_var not allowed
  void operator= (const CORBA_ServiceDetail_var &);
};

struct  CORBA_ServiceInformation
{

#if !defined (TAO_USE_SEQUENCE_TEMPLATES)

#if !defined (__TAO_UNBOUNDED_SEQUENCE_CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEOPTION_CH_)
#define __TAO_UNBOUNDED_SEQUENCE_CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEOPTION_CH_

  class _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceOption : public TAO_Unbounded_Base_Sequence
    {
    public:
      // = Initialization and termination methods.

      _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceOption (void); // Default constructor.
      _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceOption (CORBA::ULong maximum);
      _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceOption (CORBA::ULong maximum,
                                                                               CORBA::ULong length,
                                                                               CORBA::ULong *data,
                                                                               CORBA::Boolean release = 0);
      _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceOption (const _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceOption & rhs);
      _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceOption &operator= (const _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceOption &rhs);
      virtual ~_TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceOption (void); // Dtor.

      // = Accessors.
      CORBA::ULong &operator[] (CORBA::ULong i);
      const CORBA::ULong &operator[] (CORBA::ULong i) const;
      // = Static operations.
      static CORBA::ULong *allocbuf (CORBA::ULong size);
      static void freebuf (CORBA::ULong *buffer);
      virtual void _allocate_buffer (CORBA::ULong length);
      virtual void _deallocate_buffer (void);
      // Implement the TAO_Base_Sequence methods (see Sequence.h)

      CORBA::ULong *get_buffer (CORBA::Boolean orphan = 0);
      const CORBA::ULong *get_buffer (void) const;
      void replace (CORBA::ULong max,
                    CORBA::ULong length,
                    CORBA::ULong *data,
                    CORBA::Boolean release);
    };

#endif /* end #if !defined */


#endif /* !TAO_USE_SEQUENCE_TEMPLATES */

#if !defined (_CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEOPTION_CH_)
#define _CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEOPTION_CH_

  // *************************************************************
  // _tao_seq_ServiceOption
  // *************************************************************

  class  _tao_seq_ServiceOption : public
#if !defined (TAO_USE_SEQUENCE_TEMPLATES)
  _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceOption
#else /* TAO_USE_SEQUENCE_TEMPLATES */
  TAO_Unbounded_Sequence<CORBA::ULong>
#endif /* !TAO_USE_SEQUENCE_TEMPLATES */
    {
    public:
      _tao_seq_ServiceOption (void); // default ctor
      _tao_seq_ServiceOption (CORBA::ULong max); // uses max size
      _tao_seq_ServiceOption (
                              CORBA::ULong max,
                              CORBA::ULong length,
                              CORBA::ULong *buffer,
                              CORBA::Boolean release=0
                              );
      _tao_seq_ServiceOption (const _tao_seq_ServiceOption &); // copy ctor
      ~_tao_seq_ServiceOption (void); // dtor
    };
  typedef _tao_seq_ServiceOption *_tao_seq_ServiceOption_ptr;
  static CORBA::TypeCode_ptr _tc__tao_seq_ServiceOption;


#endif /* end #if !defined */


#if !defined (_CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEOPTION___VAR_CH_)
#define _CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEOPTION___VAR_CH_

  // *************************************************************
  // class CORBA::ServiceInformation::_tao_seq_ServiceOption_var
  // *************************************************************

  class  _tao_seq_ServiceOption_var
    {
    public:
      _tao_seq_ServiceOption_var (void); // default constructor
      _tao_seq_ServiceOption_var (_tao_seq_ServiceOption *);
      _tao_seq_ServiceOption_var (const _tao_seq_ServiceOption_var &); // copy constructor
      ~_tao_seq_ServiceOption_var (void); // destructor
      _tao_seq_ServiceOption_var &operator= (_tao_seq_ServiceOption *);
      _tao_seq_ServiceOption_var &operator= (const _tao_seq_ServiceOption_var &);
      _tao_seq_ServiceOption *operator-> (void);
      const _tao_seq_ServiceOption *operator-> (void) const;

      operator const _tao_seq_ServiceOption &() const;
      operator _tao_seq_ServiceOption &();
      operator _tao_seq_ServiceOption &() const;
      CORBA::ServiceOption &operator[] (CORBA::ULong slot);
      // in, inout, out, _retn
      const _tao_seq_ServiceOption &in (void) const;
      _tao_seq_ServiceOption &inout (void);
      _tao_seq_ServiceOption *&out (void);
      _tao_seq_ServiceOption *_retn (void);
      _tao_seq_ServiceOption *ptr (void) const;

    private:
      _tao_seq_ServiceOption *ptr_;
    };


#endif /* end #if !defined */


#if !defined (_CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEOPTION___OUT_CH_)
#define _CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEOPTION___OUT_CH_

  class  _tao_seq_ServiceOption_out
    {
    public:
      _tao_seq_ServiceOption_out (_tao_seq_ServiceOption *&);
      _tao_seq_ServiceOption_out (_tao_seq_ServiceOption_var &);
      _tao_seq_ServiceOption_out (const _tao_seq_ServiceOption_out &);
      _tao_seq_ServiceOption_out &operator= (const _tao_seq_ServiceOption_out &);
      _tao_seq_ServiceOption_out &operator= (_tao_seq_ServiceOption *);
      operator _tao_seq_ServiceOption *&();
      _tao_seq_ServiceOption *&ptr (void);
      _tao_seq_ServiceOption *operator-> (void);
      CORBA::ServiceOption &operator[] (CORBA::ULong slot);
    private:
      _tao_seq_ServiceOption *&ptr_;
      // assignment from T_var not allowed
      void operator= (const _tao_seq_ServiceOption_var &);
    };


#endif /* end #if !defined */

  _tao_seq_ServiceOption service_options;

#if !defined (TAO_USE_SEQUENCE_TEMPLATES)

#if !defined (__TAO_UNBOUNDED_SEQUENCE_CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEDETAIL_CH_)
#define __TAO_UNBOUNDED_SEQUENCE_CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEDETAIL_CH_

  class _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceDetail : public TAO_Unbounded_Base_Sequence
    {
    public:
      // = Initialization and termination methods.

      _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceDetail (void); // Default constructor.
      _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceDetail (CORBA::ULong maximum);
      _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceDetail (CORBA::ULong maximum,
                                                                               CORBA::ULong length,
                                                                               CORBA_ServiceDetail *data,
                                                                               CORBA::Boolean release = 0);
      _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceDetail (const _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceDetail & rhs);
      _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceDetail &operator= (const _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceDetail &rhs);
      virtual ~_TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceDetail (void); // Dtor.
      // = Accessors.
      CORBA_ServiceDetail &operator[] (CORBA::ULong i);
      const CORBA_ServiceDetail &operator[] (CORBA::ULong i) const;
      // = Static operations.
      static CORBA_ServiceDetail *allocbuf (CORBA::ULong size);
      static void freebuf (CORBA_ServiceDetail *buffer);
      virtual void _allocate_buffer (CORBA::ULong length);
      virtual void _deallocate_buffer (void);
      // Implement the TAO_Base_Sequence methods (see Sequence.h)

      CORBA_ServiceDetail *get_buffer (CORBA::Boolean orphan = 0);
      const CORBA_ServiceDetail *get_buffer (void) const;
      void replace (CORBA::ULong max,
                    CORBA::ULong length,
                    CORBA_ServiceDetail *data,
                    CORBA::Boolean release);
    };

#endif /* end #if !defined */

#endif /* !TAO_USE_SEQUENCE_TEMPLATES */

#if !defined (_CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEDETAIL_CH_)
#define _CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEDETAIL_CH_

  // *************************************************************
  // _tao_seq_ServiceDetail
  // *************************************************************

  class  _tao_seq_ServiceDetail : public
#if !defined (TAO_USE_SEQUENCE_TEMPLATES)
  _TAO_Unbounded_Sequence_CORBA_ServiceInformation__tao_seq_ServiceDetail
#else /* TAO_USE_SEQUENCE_TEMPLATES */
  TAO_Unbounded_Sequence<CORBA_ServiceDetail>
#endif /* !TAO_USE_SEQUENCE_TEMPLATES */
    {
    public:
      _tao_seq_ServiceDetail (void); // default ctor
      _tao_seq_ServiceDetail (CORBA::ULong max); // uses max size
      _tao_seq_ServiceDetail (
                              CORBA::ULong max,
                              CORBA::ULong length,
                              CORBA_ServiceDetail *buffer,
                              CORBA::Boolean release=0
                              );
      _tao_seq_ServiceDetail (const _tao_seq_ServiceDetail &); // copy ctor
      ~_tao_seq_ServiceDetail (void); // dtor
    };
  typedef _tao_seq_ServiceDetail *_tao_seq_ServiceDetail_ptr;
  static CORBA::TypeCode_ptr _tc__tao_seq_ServiceDetail;


#endif /* end #if !defined */

#if !defined (_CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEDETAIL___VAR_CH_)
#define _CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEDETAIL___VAR_CH_

  // *************************************************************
  // class CORBA::ServiceInformation::_tao_seq_ServiceDetail_var
  // *************************************************************

  class  _tao_seq_ServiceDetail_var
    {
    public:
      _tao_seq_ServiceDetail_var (void); // default constructor
      _tao_seq_ServiceDetail_var (_tao_seq_ServiceDetail *);
      _tao_seq_ServiceDetail_var (const _tao_seq_ServiceDetail_var &); // copy constructor
      ~_tao_seq_ServiceDetail_var (void); // destructor

      _tao_seq_ServiceDetail_var &operator= (_tao_seq_ServiceDetail *);
      _tao_seq_ServiceDetail_var &operator= (const _tao_seq_ServiceDetail_var &);
      _tao_seq_ServiceDetail *operator-> (void);
      const _tao_seq_ServiceDetail *operator-> (void) const;

      operator const _tao_seq_ServiceDetail &() const;
      operator _tao_seq_ServiceDetail &();
      operator _tao_seq_ServiceDetail &() const;
      CORBA_ServiceDetail &operator[] (CORBA::ULong slot);
      // in, inout, out, _retn
      const _tao_seq_ServiceDetail &in (void) const;
      _tao_seq_ServiceDetail &inout (void);
      _tao_seq_ServiceDetail *&out (void);
      _tao_seq_ServiceDetail *_retn (void);
      _tao_seq_ServiceDetail *ptr (void) const;

    private:
      _tao_seq_ServiceDetail *ptr_;
    };


#endif /* end #if !defined */


#if !defined (_CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEDETAIL___OUT_CH_)
#define _CORBA_SERVICEINFORMATION__TAO_SEQ_SERVICEDETAIL___OUT_CH_

  class  _tao_seq_ServiceDetail_out
    {
    public:
      _tao_seq_ServiceDetail_out (_tao_seq_ServiceDetail *&);
      _tao_seq_ServiceDetail_out (_tao_seq_ServiceDetail_var &);
      _tao_seq_ServiceDetail_out (const _tao_seq_ServiceDetail_out &);
      _tao_seq_ServiceDetail_out &operator= (const _tao_seq_ServiceDetail_out &);
      _tao_seq_ServiceDetail_out &operator= (_tao_seq_ServiceDetail *);
      operator _tao_seq_ServiceDetail *&();
      _tao_seq_ServiceDetail *&ptr (void);
      _tao_seq_ServiceDetail *operator-> (void);
      CORBA_ServiceDetail &operator[] (CORBA::ULong slot);

    private:
      _tao_seq_ServiceDetail *&ptr_;
      // assignment from T_var not allowed
      void operator= (const _tao_seq_ServiceDetail_var &);
    };


#endif /* end #if !defined */

    _tao_seq_ServiceDetail service_details;
};


class  CORBA_ServiceInformation_var
{
 public:
  CORBA_ServiceInformation_var (void); // default constructor
  CORBA_ServiceInformation_var (CORBA_ServiceInformation *);
  CORBA_ServiceInformation_var (const CORBA_ServiceInformation_var &); // copy constructor
  ~CORBA_ServiceInformation_var (void); // destructor

  CORBA_ServiceInformation_var &operator= (CORBA_ServiceInformation *);
  CORBA_ServiceInformation_var &operator= (const CORBA_ServiceInformation_var &);
  CORBA_ServiceInformation *operator-> (void);
  const CORBA_ServiceInformation *operator-> (void) const;

  operator const CORBA_ServiceInformation &() const;
  operator CORBA_ServiceInformation &();
  operator CORBA_ServiceInformation &() const;
  // in, inout, out, _retn
  const CORBA_ServiceInformation &in (void) const;
  CORBA_ServiceInformation &inout (void);
  CORBA_ServiceInformation *&out (void);
  CORBA_ServiceInformation *_retn (void);
  CORBA_ServiceInformation *ptr (void) const;

 private:
  CORBA_ServiceInformation *ptr_;
};

class  CORBA_ServiceInformation_out
{
 public:
  CORBA_ServiceInformation_out (CORBA_ServiceInformation *&);
  CORBA_ServiceInformation_out (CORBA_ServiceInformation_var &);
  CORBA_ServiceInformation_out (const CORBA_ServiceInformation_out &);
  CORBA_ServiceInformation_out &operator= (const CORBA_ServiceInformation_out &);
  CORBA_ServiceInformation_out &operator= (CORBA_ServiceInformation *);

  operator CORBA_ServiceInformation *&();
  CORBA_ServiceInformation *&ptr (void);
  CORBA_ServiceInformation *operator-> (void);

 private:
  CORBA_ServiceInformation *&ptr_;
  // assignment from T_var not allowed
  void operator= (const CORBA_ServiceInformation_var &);
};


void  operator<<= (CORBA::Any &, const CORBA::ServiceDetail &); // copying version
void  operator<<= (CORBA::Any &, CORBA::ServiceDetail*); // noncopying version
CORBA::Boolean  operator>>= (const CORBA::Any &, CORBA::ServiceDetail *&);
void  operator<<= (CORBA::Any &, const CORBA_ServiceInformation &); // copying version
void  operator<<= (CORBA::Any &, CORBA_ServiceInformation*); // noncopying version
CORBA::Boolean  operator>>= (const CORBA::Any &, CORBA_ServiceInformation *&);

#ifndef __ACE_INLINE__

CORBA::Boolean  operator<< (TAO_OutputCDR &, const CORBA_ServiceDetail &); //
CORBA::Boolean  operator>> (TAO_InputCDR &, CORBA_ServiceDetail &);
CORBA::Boolean  operator<< (TAO_OutputCDR &, const CORBA_ServiceDetail::_tao_seq_Octet &); //
CORBA::Boolean  operator>> (TAO_InputCDR &, CORBA_ServiceDetail::_tao_seq_Octet &);
CORBA::Boolean  operator<< (TAO_OutputCDR &, const CORBA_ServiceInformation &);
 //
CORBA::Boolean  operator>> (TAO_InputCDR &, CORBA_ServiceInformation &);
CORBA::Boolean  operator<< (TAO_OutputCDR &, const CORBA_ServiceInformation::_tao_seq_ServiceOption &); //
CORBA::Boolean  operator>> (TAO_InputCDR &, CORBA_ServiceInformation::_tao_seq_ServiceOption &);
CORBA::Boolean  operator<< (TAO_OutputCDR &, const CORBA_ServiceInformation::_tao_seq_ServiceDetail &); //
CORBA::Boolean  operator>> (TAO_InputCDR &, CORBA_ServiceInformation::_tao_seq_ServiceDetail &);

#endif /* __ACE_INLINE__ */

#if defined (__ACE_INLINE__)

#include "tao/Services.i"
#endif /* defined INLINE */



#if defined(_MSC_VER) && (_MSC_VER >= 1200)
#pragma warning(pop)
#endif /* _MSC_VER */

#endif /* TAO_SERVICES_H */