summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/ObjectReferenceFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORT/ObjectReferenceFactory.idl')
-rw-r--r--TAO/tests/ORT/ObjectReferenceFactory.idl27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/tests/ORT/ObjectReferenceFactory.idl b/TAO/tests/ORT/ObjectReferenceFactory.idl
new file mode 100644
index 00000000000..b4da79f1b83
--- /dev/null
+++ b/TAO/tests/ORT/ObjectReferenceFactory.idl
@@ -0,0 +1,27 @@
+// -*- IDL -*-
+
+//=============================================================================
+/**
+ * @file ObjectReferenceFactory.idl
+ *
+ * $Id$
+ *
+ * @author Ossama Othman <ossama@uci.edu>
+ */
+//=============================================================================
+
+
+#ifndef OBJECT_REFERENCE_FACTORY_IDL
+#define OBJECT_REFERENCE_FACTORY_IDL
+
+#include "tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl"
+
+module ORT_Test
+{
+
+ valuetype ObjectReferenceFactory
+ : PortableInterceptor::ObjectReferenceFactory {};
+
+};
+
+#endif /* OBJECT_REFERENCE_FACTORY_IDL */