summaryrefslogtreecommitdiff
path: root/TAO/tao/poa.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/poa.i')
-rw-r--r--TAO/tao/poa.i24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/tao/poa.i b/TAO/tao/poa.i
deleted file mode 100644
index 80a1e0ba437..00000000000
--- a/TAO/tao/poa.i
+++ /dev/null
@@ -1,24 +0,0 @@
-// This may look like C, but it's really -*- C++ -*-
-
-// CORBA dup/release build on top of COM's (why not).
-
-ACE_INLINE void
-CORBA::release (CORBA::POA_ptr obj)
-{
- if (obj)
- obj->Release ();
-}
-
-#if 0
-ACE_INLINE CORBA::Boolean
-CORBA_POA::shutting_down (void)
-{
- return do_exit_;
-}
-#endif /* 0 */
-
-ACE_INLINE CORBA::ORB_ptr
-CORBA_POA::orb (void) const
-{
- return orb_;
-}