summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-01-23 21:32:40 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-01-23 21:32:40 +0000
commit83b9e20efaa774432ceca635761d7d1f5bf17185 (patch)
tree6bd50c22ba3bdfa13892b87451a2ce2f72a54374 /TAO/tao/PI_Server
parent4a3a55249b18523042b4f69c710d44d26c543e56 (diff)
downloadATCD-83b9e20efaa774432ceca635761d7d1f5bf17185.tar.gz
ChangeLogTag: Fri Jan 23 21:31:09 UTC 2009 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'TAO/tao/PI_Server')
-rw-r--r--TAO/tao/PI_Server/PI_Server_include.pidl12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/tao/PI_Server/PI_Server_include.pidl b/TAO/tao/PI_Server/PI_Server_include.pidl
index 96d39e03336..3dcf73ad27a 100644
--- a/TAO/tao/PI_Server/PI_Server_include.pidl
+++ b/TAO/tao/PI_Server/PI_Server_include.pidl
@@ -9,15 +9,11 @@
#ifndef _PORTABLESERVER_INCLUDE_IDL_
#define _PORTABLESERVER_INCLUDE_IDL_
+// This pragma is here to make the Visual Age preprocessor generate #line
+// output for this file before the files it includes.
+#pragma prefix ""
+
///FUZZ: disable check_for_include/
#include "tao/PI_Server/ServerRequestInterceptor.pidl"
-// Add a dummy module here as a hack
-// Some preprocessors (IBM VA 6 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 PI_SERVER_PI_SERVER_INCLUDE_IDL_Dummy {
- typedef long dummy;
-};
-
#endif /* _PORTABLESERVER_INCLUDE_IDL_ */