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, 0 insertions, 27 deletions
diff --git a/TAO/tests/ORT/ObjectReferenceFactory.idl b/TAO/tests/ORT/ObjectReferenceFactory.idl
deleted file mode 100644
index b4da79f1b83..00000000000
--- a/TAO/tests/ORT/ObjectReferenceFactory.idl
+++ /dev/null
@@ -1,27 +0,0 @@
-// -*- 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 */