summaryrefslogtreecommitdiff
path: root/TAO/tao/Monitor
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-01-22 23:00:14 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-01-22 23:00:14 +0000
commit0d79216f7e7552e9e2f012846ea5baaab214caea (patch)
tree792b6fb8f0002dd7ff291f4a80c8ecacbb092840 /TAO/tao/Monitor
parentb336615351c5736d60a444074e021ea374aab3df (diff)
downloadATCD-0d79216f7e7552e9e2f012846ea5baaab214caea.tar.gz
ChangeLogTag: Thu Jan 22 22:58:21 UTC 2009 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO/tao/Monitor')
-rw-r--r--TAO/tao/Monitor/Monitor_include.pidl8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/Monitor/Monitor_include.pidl b/TAO/tao/Monitor/Monitor_include.pidl
index 53811a14ba1..5e7a7ff48ca 100644
--- a/TAO/tao/Monitor/Monitor_include.pidl
+++ b/TAO/tao/Monitor/Monitor_include.pidl
@@ -14,4 +14,12 @@
///FUZZ: disable check_for_include/
#include "tao/Monitor/Monitor.pidl"
+// Add a dummy module here as a hack
+// Some preprocessors (IBM VA for one) require some code here in order
+// to spit out a #line for this file. The IDL Compiler requires this
+// in order to generate the proper includes in the generated C++.
+module MONITOR_MONITOR_INCLUDE_IDL_Dummy {
+ typedef long dummy;
+};
+
#endif /* _MONITOR_INCLUDE_IDL_ */