summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-03-14 15:00:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-03-14 15:00:24 +0000
commita1ed5d256a6bb1af6a7e9e48e827efeca3eef28b (patch)
tree36f1ceb66ff8c1c085a3344a88eadb1e0bb6be0e
parent5d922419b9b4d55c154114045642068c51bf70b6 (diff)
downloadATCD-a1ed5d256a6bb1af6a7e9e48e827efeca3eef28b.tar.gz
Fri Mar 14 14:59:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/IOP.pidl2
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e0e9f54cf10..a076bea6c24 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Fri Mar 14 14:59:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/IOP.pidl:
+ Added an empty pragma prefix so that the Visual Age preprocessor
+ not drops these files
+
Fri Mar 14 14:55:35 UTC 2008 Ciju John <johnc at ociweb dot com>
* orbsvcs/tests/Notify/Persistent_POA/run_test.pl:
diff --git a/TAO/tao/IOP.pidl b/TAO/tao/IOP.pidl
index 5dee8585d10..c5f578193b1 100644
--- a/TAO/tao/IOP.pidl
+++ b/TAO/tao/IOP.pidl
@@ -28,6 +28,8 @@
#ifndef TAO_IOP_PIDL
#define TAO_IOP_PIDL
+#pragma prefix ""
+
#include "tao/IOP_IOR.pidl"
#endif /* TAO_IOP_PIDL */