diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-03-28 09:46:23 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-03-28 09:46:23 +0000 |
commit | a8c2044c7982bba0ac14b658bebbc9176a177631 (patch) | |
tree | ae8df9d0b7f45700441347e72dffe42aea11681f /TAO/tao/ParameterModeC.cpp | |
parent | 7bd8c9654772beb02c88995b21db155a0fa0c9ea (diff) | |
download | ATCD-a8c2044c7982bba0ac14b658bebbc9176a177631.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/ParameterModeC.cpp')
-rw-r--r-- | TAO/tao/ParameterModeC.cpp | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/TAO/tao/ParameterModeC.cpp b/TAO/tao/ParameterModeC.cpp index 4a8a25a37d0..4248195c4dc 100644 --- a/TAO/tao/ParameterModeC.cpp +++ b/TAO/tao/ParameterModeC.cpp @@ -26,7 +26,7 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:302 +// be/be_codegen.cpp:302 #include "ParameterModeC.h" @@ -41,7 +41,7 @@ #endif /* !defined INLINE */ // TAO_IDL - Generated from -// be\be_visitor_arg_traits.cpp:69 +// be/be_visitor_arg_traits.cpp:69 // Arg traits specializations. namespace TAO @@ -50,7 +50,7 @@ namespace TAO // TAO_IDL - Generated from -// be\be_visitor_enum/cdr_op_cs.cpp:51 +// be/be_visitor_enum/cdr_op_cs.cpp:51 CORBA::Boolean operator<< (TAO_OutputCDR & strm, CORBA::ParameterMode _tao_enumerator) { @@ -69,3 +69,12 @@ CORBA::Boolean operator>> (TAO_InputCDR & strm, CORBA::ParameterMode & _tao_enum return _tao_success; } + +// TAO_IDL - Generated from +// be/be_visitor_root/root.cpp:1528 + +#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) + +#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) + +#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |