summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1020_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-26 08:24:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-26 08:24:32 +0000
commit5d4b61bfc952afd042b2a72e0122bfca0e590f1f (patch)
tree881a029456bd6d7b07be35ce3f8d128c55981fb1 /TAO/tests/Bug_1020_Regression
parent0de32bebcdb25d0f771a4c37f36cd71ba6836aaf (diff)
downloadATCD-5d4b61bfc952afd042b2a72e0122bfca0e590f1f.tar.gz
Mon Jun 26 08:17:12 UTC 2006 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'TAO/tests/Bug_1020_Regression')
-rw-r--r--TAO/tests/Bug_1020_Regression/server.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1020_Regression/server.cpp b/TAO/tests/Bug_1020_Regression/server.cpp
index e1b7ee43a48..c71b63fba8c 100644
--- a/TAO/tests/Bug_1020_Regression/server.cpp
+++ b/TAO/tests/Bug_1020_Regression/server.cpp
@@ -13,6 +13,15 @@ ACE_RCSID (Bug_1230_Regression,
const char *ior_output_file = "test.ior";
+#if defined (ACE_OPENVMS)
+// need this to circumvent link error on OpenVMS
+// has to do with interference in template instantiations
+// for the server build by previous compilation of TestX
+// components in client build which are reused by server
+// without recompilation
+ACE_Time_Value dum = ACE_Time_Value::zero;
+#endif
+
int
parse_args (int argc, char *argv[]);