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

« back to all changes in this revision

Viewing changes to TAO/tao/IOPC.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
 
// IOPC.h,v 1.32 2003/12/22 16:36:21 jwillemsen 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
 
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_codegen.cpp:151
30
 
 
31
 
#ifndef _TAO_IDL_ORIG_IOPC_H_
32
 
#define _TAO_IDL_ORIG_IOPC_H_
33
 
 
34
 
#include /**/ "ace/pre.h"
35
 
 
36
 
#include "IOP_IORC.h"
37
 
 
38
 
#if !defined (ACE_LACKS_PRAGMA_ONCE)
39
 
# pragma once
40
 
#endif /* ACE_LACKS_PRAGMA_ONCE */
41
 
 
42
 
#include "IOP_CodecC.h"
43
 
 
44
 
#if defined (TAO_EXPORT_MACRO)
45
 
#undef TAO_EXPORT_MACRO
46
 
#endif
47
 
#define TAO_EXPORT_MACRO TAO_Export
48
 
 
49
 
#if defined (TAO_EXPORT_NESTED_CLASSES)
50
 
#  if defined (TAO_EXPORT_NESTED_MACRO)
51
 
#    undef TAO_EXPORT_NESTED_MACRO
52
 
#  endif /* defined (TAO_EXPORT_NESTED_MACRO) */
53
 
#  define TAO_EXPORT_NESTED_MACRO TAO_Export
54
 
#endif /* TAO_EXPORT_NESTED_CLASSES */
55
 
 
56
 
#if defined(_MSC_VER)
57
 
#if (_MSC_VER >= 1200)
58
 
#pragma warning(push)
59
 
#endif /* _MSC_VER >= 1200 */
60
 
#pragma warning(disable:4250)
61
 
#endif /* _MSC_VER */
62
 
 
63
 
#if defined (__BORLANDC__)
64
 
#pragma option push -w-rvl -w-rch -w-ccc -w-inl
65
 
#endif /* __BORLANDC__ */
66
 
 
67
 
// TAO_IDL - Generated from
68
 
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_root/root_ch.cpp:63
69
 
 
70
 
namespace TAO
71
 
{
72
 
  class Collocation_Proxy_Broker;
73
 
 
74
 
  template<typename T> class Narrow_Utils;
75
 
}
76
 
 
77
 
// TAO_IDL - Generated from
78
 
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_traits.cpp:48
79
 
 
80
 
// Traits specializations.
81
 
namespace TAO
82
 
{
83
 
}
84
 
 
85
 
// TAO_IDL - Generated from
86
 
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_root/cdr_op.cpp:48
87
 
 
88
 
#ifndef __ACE_INLINE__
89
 
 
90
 
// TAO_IDL - Generated from
91
 
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_root/cdr_op.cpp:64
92
 
 
93
 
#endif /* __ACE_INLINE__ */
94
 
 
95
 
// TAO_IDL - Generated from
96
 
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_codegen.cpp:969
97
 
 
98
 
#if defined (__ACE_INLINE__)
99
 
#include "IOPC.i"
100
 
#endif /* defined INLINE */
101
 
 
102
 
#if defined(_MSC_VER) && (_MSC_VER >= 1200)
103
 
#pragma warning(pop)
104
 
#endif /* _MSC_VER */
105
 
 
106
 
#if defined (__BORLANDC__)
107
 
#pragma option pop
108
 
#endif /* __BORLANDC__ */
109
 
 
110
 
#include /**/ "ace/post.h"
111
 
#endif /* ifndef */
112