summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-02-25 19:32:44 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-02-25 19:32:44 +0000
commit03a9a9d8a1fd618cfa3b1904a9d2ad5220064353 (patch)
tree95b13e26d8eac02969bd6a6c54dc4197ffbd8656 /TAO/tao/TypeCodeFactory/TypeCodeFactoryC.inl
parent83a1e54495d3f1b119f1333f0283467f165a7acc (diff)
downloadATCD-03a9a9d8a1fd618cfa3b1904a9d2ad5220064353.tar.gz
ChangeLogTag:Tue Feb 25 11:17:47 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/TypeCodeFactory/TypeCodeFactoryC.inl')
-rw-r--r--TAO/tao/TypeCodeFactory/TypeCodeFactoryC.inl47
1 files changed, 3 insertions, 44 deletions
diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.inl b/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.inl
index 93d615564c7..1e31254e5b5 100644
--- a/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.inl
+++ b/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.inl
@@ -20,52 +20,11 @@
// http://www.cs.wustl.edu/~schmidt/TAO.html
+// TAO_IDL - Generated from
+// be/be_visitor_interface/interface_ci.cpp:68
+
#if !defined (_CORBA_TYPECODEFACTORY___CI_)
#define _CORBA_TYPECODEFACTORY___CI_
-ACE_INLINE CORBA_TypeCodeFactory_ptr
-tao_CORBA_TypeCodeFactory_duplicate (
- CORBA_TypeCodeFactory_ptr p
- )
-{
- return CORBA_TypeCodeFactory::_duplicate (p);
-}
-
-ACE_INLINE void
-tao_CORBA_TypeCodeFactory_release (
- CORBA_TypeCodeFactory_ptr p
- )
-{
- CORBA::release (p);
-}
-
-ACE_INLINE CORBA_TypeCodeFactory_ptr
-tao_CORBA_TypeCodeFactory_nil (
- void
- )
-{
- return CORBA_TypeCodeFactory::_nil ();
-}
-
-ACE_INLINE CORBA_TypeCodeFactory_ptr
-tao_CORBA_TypeCodeFactory_narrow (
- CORBA::Object *p
- ACE_ENV_ARG_DECL
- )
-{
- return CORBA_TypeCodeFactory::_narrow (p ACE_ENV_ARG_PARAMETER);
-}
-
-ACE_INLINE CORBA::Object *
-tao_CORBA_TypeCodeFactory_upcast (
- void *src
- )
-{
- CORBA_TypeCodeFactory **tmp =
- ACE_static_cast (CORBA_TypeCodeFactory **, src);
- return *tmp;
-}
-
-
#endif /* end #if !defined */