summaryrefslogtreecommitdiff
path: root/TAO/tao/PollableC.i
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-08 01:08:32 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-08 01:08:32 +0000
commit78ae675a995746ed9c06cebcb299c5ab24adc091 (patch)
tree7ab7c47d9e7d717d76039c027c28553562075526 /TAO/tao/PollableC.i
parent7df63542de3b2332e1bcbd60c16b0997ea5af417 (diff)
downloadATCD-78ae675a995746ed9c06cebcb299c5ab24adc091.tar.gz
ChangeLogTag:Thu Feb 7 17:06:24 2002 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/PollableC.i')
-rw-r--r--TAO/tao/PollableC.i136
1 files changed, 4 insertions, 132 deletions
diff --git a/TAO/tao/PollableC.i b/TAO/tao/PollableC.i
index 486f6c26e98..6fb811d052f 100644
--- a/TAO/tao/PollableC.i
+++ b/TAO/tao/PollableC.i
@@ -1,4 +1,4 @@
-// -*- C++ -*- $Id$ */
+// -*- C++ -*-
//
// $Id$
@@ -23,49 +23,6 @@
#if !defined (_CORBA_POLLABLE___CI_)
#define _CORBA_POLLABLE___CI_
-ACE_INLINE CORBA_Pollable_ptr
-tao_CORBA_Pollable_duplicate (
- CORBA_Pollable_ptr p
- )
-{
- return CORBA_Pollable::_duplicate (p);
-}
-
-ACE_INLINE void
-tao_CORBA_Pollable_release (
- CORBA_Pollable_ptr p
- )
-{
- CORBA::release (p);
-}
-
-ACE_INLINE CORBA_Pollable_ptr
-tao_CORBA_Pollable_nil (
- void
- )
-{
- return CORBA_Pollable::_nil ();
-}
-
-ACE_INLINE CORBA_Pollable_ptr
-tao_CORBA_Pollable_narrow (
- CORBA::Object *p
- ACE_ENV_ARG_DECL
- )
-{
- return CORBA_Pollable::_narrow (p ACE_ENV_ARG_PARAMETER);
-}
-
-ACE_INLINE CORBA::Object *
-tao_CORBA_Pollable_upcast (
- void *src
- )
-{
- CORBA_Pollable **tmp =
- ACE_static_cast (CORBA_Pollable **, src);
- return *tmp;
-}
-
#endif /* end #if !defined */
@@ -73,106 +30,21 @@ tao_CORBA_Pollable_upcast (
#if !defined (_CORBA_DIIPOLLABLE___CI_)
#define _CORBA_DIIPOLLABLE___CI_
-ACE_INLINE CORBA_DIIPollable_ptr
-tao_CORBA_DIIPollable_duplicate (
- CORBA_DIIPollable_ptr p
- )
-{
- return CORBA_DIIPollable::_duplicate (p);
-}
-
-ACE_INLINE void
-tao_CORBA_DIIPollable_release (
- CORBA_DIIPollable_ptr p
- )
-{
- CORBA::release (p);
-}
-
-ACE_INLINE CORBA_DIIPollable_ptr
-tao_CORBA_DIIPollable_nil (
- void
- )
-{
- return CORBA_DIIPollable::_nil ();
-}
-
-ACE_INLINE CORBA_DIIPollable_ptr
-tao_CORBA_DIIPollable_narrow (
- CORBA::Object *p
- ACE_ENV_ARG_DECL
- )
-{
- return CORBA_DIIPollable::_narrow (p ACE_ENV_ARG_PARAMETER);
-}
-
-ACE_INLINE CORBA::Object *
-tao_CORBA_DIIPollable_upcast (
- void *src
- )
-{
- CORBA_DIIPollable **tmp =
- ACE_static_cast (CORBA_DIIPollable **, src);
- return *tmp;
-}
-
#endif /* end #if !defined */
// *************************************************************
-// Inline operations for exception CORBA_PollableSet::NoPossiblePollable
+// Inline operations for exception CORBA::PollableSet::NoPossiblePollable
// *************************************************************
// *************************************************************
-// Inline operations for exception CORBA_PollableSet::UnknownPollable
+// Inline operations for exception CORBA::PollableSet::UnknownPollable
// *************************************************************
+
#if !defined (_CORBA_POLLABLESET___CI_)
#define _CORBA_POLLABLESET___CI_
-ACE_INLINE CORBA_PollableSet_ptr
-tao_CORBA_PollableSet_duplicate (
- CORBA_PollableSet_ptr p
- )
-{
- return CORBA_PollableSet::_duplicate (p);
-}
-
-ACE_INLINE void
-tao_CORBA_PollableSet_release (
- CORBA_PollableSet_ptr p
- )
-{
- CORBA::release (p);
-}
-
-ACE_INLINE CORBA_PollableSet_ptr
-tao_CORBA_PollableSet_nil (
- void
- )
-{
- return CORBA_PollableSet::_nil ();
-}
-
-ACE_INLINE CORBA_PollableSet_ptr
-tao_CORBA_PollableSet_narrow (
- CORBA::Object *p
- ACE_ENV_ARG_DECL
- )
-{
- return CORBA_PollableSet::_narrow (p ACE_ENV_ARG_PARAMETER);
-}
-
-ACE_INLINE CORBA::Object *
-tao_CORBA_PollableSet_upcast (
- void *src
- )
-{
- CORBA_PollableSet **tmp =
- ACE_static_cast (CORBA_PollableSet **, src);
- return *tmp;
-}
-
#endif /* end #if !defined */