diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-13 13:36:40 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-04-13 13:36:40 +0000 |
commit | fff72b5c09433b8bf8b22be8f7c39aaf4cba98c0 (patch) | |
tree | 6ab058c3cf32bfdd4202068aa00a1940726243bb /TAO/tao/Dynamic_ParameterC.h | |
parent | 558131d656a1d6294035fd1b3f2423f26b4a3cf7 (diff) | |
download | ATCD-fff72b5c09433b8bf8b22be8f7c39aaf4cba98c0.tar.gz |
ChangeLogTag: Tue Apr 13 13:35:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Dynamic_ParameterC.h')
-rw-r--r-- | TAO/tao/Dynamic_ParameterC.h | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/TAO/tao/Dynamic_ParameterC.h b/TAO/tao/Dynamic_ParameterC.h index 9ef4bef7f37..f283f57d9c7 100644 --- a/TAO/tao/Dynamic_ParameterC.h +++ b/TAO/tao/Dynamic_ParameterC.h @@ -26,7 +26,7 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be/be_codegen.cpp:186 +// be\be_codegen.cpp:171 #ifndef _TAO_IDL_ORIG_DYNAMIC_PARAMETERC_H_ #define _TAO_IDL_ORIG_DYNAMIC_PARAMETERC_H_ @@ -39,6 +39,7 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +#include "tao/TAO_Export.h" #include "tao/orbconf.h" #include "tao/Any.h" #include "tao/VarOut_T.h" @@ -67,53 +68,53 @@ #endif /* __BORLANDC__ */ // TAO_IDL - Generated from -// be/be_visitor_module/module_ch.cpp:48 +// be\be_visitor_module/module_ch.cpp:48 namespace Dynamic { - + // TAO_IDL - Generated from - // be/be_type.cpp:258 - + // be\be_type.cpp:258 + struct Parameter; - + typedef TAO_Var_Var_T< Parameter > Parameter_var; - + typedef TAO_Out_T< Parameter, Parameter_var > Parameter_out; - + // TAO_IDL - Generated from - // be/be_visitor_structure/structure_ch.cpp:52 - + // be\be_visitor_structure/structure_ch.cpp:52 + struct TAO_Export Parameter { typedef Parameter_var _var_type; - + static void _tao_any_destructor (void *); CORBA::Any argument; CORBA::ParameterMode mode; }; - + // TAO_IDL - Generated from - // be/be_visitor_typecode/typecode_decl.cpp:44 - + // be\be_visitor_typecode/typecode_decl.cpp:44 + TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_Parameter; // TAO_IDL - Generated from -// be/be_visitor_module/module_ch.cpp:66 +// be\be_visitor_module/module_ch.cpp:66 } // module Dynamic // TAO_IDL - Generated from -// be/be_visitor_traits.cpp:59 +// be\be_visitor_traits.cpp:59 // Traits specializations. namespace TAO @@ -121,23 +122,21 @@ namespace TAO } // TAO_IDL - Generated from -// be/be_visitor_root/cdr_op.cpp:48 +// be\be_visitor_structure/any_op_ch.cpp:52 -#ifndef __ACE_INLINE__ +TAO_Export void operator<<= (CORBA::Any &, const Dynamic::Parameter &); // copying version +TAO_Export void operator<<= (CORBA::Any &, Dynamic::Parameter*); // noncopying version +TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, Dynamic::Parameter *&); // deprecated +TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, const Dynamic::Parameter *&); // TAO_IDL - Generated from -// be/be_visitor_structure/cdr_op_ch.cpp:53 +// be\be_visitor_structure/cdr_op_ch.cpp:54 TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const Dynamic::Parameter &); TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, Dynamic::Parameter &); // TAO_IDL - Generated from -// be/be_visitor_root/cdr_op.cpp:64 - -#endif /* __ACE_INLINE__ */ - -// TAO_IDL - Generated from -// be/be_codegen.cpp:1050 +// be\be_codegen.cpp:978 #if defined (__ACE_INLINE__) #include "Dynamic_ParameterC.i" @@ -154,3 +153,4 @@ TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, Dynamic::Parameter &); #include /**/ "ace/post.h" #endif /* ifndef */ + |