summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/IFR_Service/tao_idl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/orbsvcs/IFR_Service/tao_idl.cpp')
-rw-r--r--trunk/TAO/orbsvcs/IFR_Service/tao_idl.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/trunk/TAO/orbsvcs/IFR_Service/tao_idl.cpp b/trunk/TAO/orbsvcs/IFR_Service/tao_idl.cpp
new file mode 100644
index 00000000000..90a26b11e50
--- /dev/null
+++ b/trunk/TAO/orbsvcs/IFR_Service/tao_idl.cpp
@@ -0,0 +1,11 @@
+// -*- C++ -*-
+// $Id$
+
+// This file is here to avoid the use of VPATH. Since the TAO_IDL
+// counterparts are built with a different BE_GlobalData definition, the
+// object files built in the TAO_IDL directory are not usable in the
+// IFRService. The BE_GlobalData is larger in TAO_IDL than it is in
+// IFRService which causes problems when be_global is deleted.
+// -- Chad Elliott 12/16/2004
+
+#include "TAO_IDL/tao_idl.cpp"