diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-12-09 18:41:20 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-12-09 18:41:20 +0000 |
commit | 82c9adba0d496a051fb261ff638a0b7cb4964ca8 (patch) | |
tree | 1ba0b9b00c67ca171dcf58a8fe8de3932f818f07 /TAO/tao/Dynamic_ParameterC.h | |
parent | ee31a9b64760885693d9693bde4b8d0ae3144d6d (diff) | |
download | ATCD-82c9adba0d496a051fb261ff638a0b7cb4964ca8.tar.gz |
ChangeLogTag: Thu Dec 9 18:39:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Dynamic_ParameterC.h')
-rw-r--r-- | TAO/tao/Dynamic_ParameterC.h | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/TAO/tao/Dynamic_ParameterC.h b/TAO/tao/Dynamic_ParameterC.h index e740dbb6ca5..bdf8ff3f262 100644 --- a/TAO/tao/Dynamic_ParameterC.h +++ b/TAO/tao/Dynamic_ParameterC.h @@ -26,24 +26,28 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:171 +// be\be_codegen.cpp:153 #ifndef _TAO_IDL_ORIG_DYNAMIC_PARAMETERC_H_ #define _TAO_IDL_ORIG_DYNAMIC_PARAMETERC_H_ #include /**/ "ace/pre.h" -#include "tao/ParameterMode.h" + +#include "ace/config-all.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "tao/TAO_Export.h" +#include "tao/ORB.h" #include "tao/Environment.h" #include "tao/Any.h" #include "tao/VarOut_T.h" +#include "tao/ParameterModeC.h" + #if defined (TAO_EXPORT_MACRO) #undef TAO_EXPORT_MACRO #endif @@ -57,9 +61,7 @@ #endif /* TAO_EXPORT_NESTED_CLASSES */ #if defined(_MSC_VER) -#if (_MSC_VER >= 1200) #pragma warning(push) -#endif /* _MSC_VER >= 1200 */ #pragma warning(disable:4250) #endif /* _MSC_VER */ @@ -72,40 +74,40 @@ namespace Dynamic { - + // TAO_IDL - Generated from // 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 - + 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 - + TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_Parameter; // TAO_IDL - Generated from @@ -136,13 +138,13 @@ 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_codegen.cpp:978 +// be\be_codegen.cpp:963 #if defined (__ACE_INLINE__) -#include "Dynamic_ParameterC.i" +#include "Dynamic_ParameterC.inl" #endif /* defined INLINE */ -#if defined(_MSC_VER) && (_MSC_VER >= 1200) +#if defined(_MSC_VER) #pragma warning(pop) #endif /* _MSC_VER */ @@ -154,3 +156,4 @@ TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, Dynamic::Parameter &); #endif /* ifndef */ + |