summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT/ObjectReferenceFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT/ObjectReferenceFactory.idl')
-rw-r--r--TAO/orbsvcs/examples/ORT/ObjectReferenceFactory.idl16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/ORT/ObjectReferenceFactory.idl b/TAO/orbsvcs/examples/ORT/ObjectReferenceFactory.idl
new file mode 100644
index 00000000000..0b7c8d10bee
--- /dev/null
+++ b/TAO/orbsvcs/examples/ORT/ObjectReferenceFactory.idl
@@ -0,0 +1,16 @@
+// -*- IDL -*-
+//
+// $Id$
+
+#ifndef OBJECT_REFERENCE_FACTORY_IDL
+#define OBJECT_REFERENCE_FACTORY_IDL
+
+#include "tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl"
+
+module ORT
+{
+ valuetype ObjectReferenceFactory
+ : PortableInterceptor::ObjectReferenceFactory {};
+};
+
+#endif /* OBJECT_REFERENCE_FACTORY_IDL */