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, 10 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Collocated_Object.i b/TAO/tao/PortableServer/Collocated_Object.i
new file mode 100644
index 00000000000..ac5a007d683
--- /dev/null
+++ b/TAO/tao/PortableServer/Collocated_Object.i
@@ -0,0 +1,10 @@
+// $Id$
+
+ACE_INLINE
+TAO_Collocated_Object::TAO_Collocated_Object (TAO_Stub *p,
+ CORBA::Boolean collocated,
+ TAO_ServantBase *servant)
+ : CORBA_Object (p, collocated)
+ , servant_ (servant)
+{
+}