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