summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Collocated_Object.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Collocated_Object.i')
-rw-r--r--TAO/tao/PortableServer/Collocated_Object.i10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tao/PortableServer/Collocated_Object.i b/TAO/tao/PortableServer/Collocated_Object.i
deleted file mode 100644
index ac5a007d683..00000000000
--- a/TAO/tao/PortableServer/Collocated_Object.i
+++ /dev/null
@@ -1,10 +0,0 @@
-// $Id$
-
-ACE_INLINE
-TAO_Collocated_Object::TAO_Collocated_Object (TAO_Stub *p,
- CORBA::Boolean collocated,
- TAO_ServantBase *servant)
- : CORBA_Object (p, collocated)
- , servant_ (servant)
-{
-}