summaryrefslogtreecommitdiff
path: root/TAO/tests/Faults/test_i.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Faults/test_i.i')
-rw-r--r--TAO/tests/Faults/test_i.i21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/tests/Faults/test_i.i b/TAO/tests/Faults/test_i.i
deleted file mode 100644
index 63f454c670b..00000000000
--- a/TAO/tests/Faults/test_i.i
+++ /dev/null
@@ -1,21 +0,0 @@
-// $Id$
-
-ACE_INLINE
-Callback_i::Callback_i (CORBA::ORB_ptr orb)
- : orb_ (CORBA::ORB::_duplicate (orb))
-{
-}
-
-ACE_INLINE
-Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
- : orb_ (CORBA::ORB::_duplicate (orb))
-{
-}
-
-ACE_INLINE
-Middle_i::Middle_i (CORBA::ORB_ptr orb,
- Simple_Server_ptr server)
- : orb_ (CORBA::ORB::_duplicate (orb)),
- server_ (Simple_Server::_duplicate (server))
-{
-}