diff options
author | mcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-08-14 09:21:57 +0000 |
---|---|---|
committer | mcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-08-14 09:21:57 +0000 |
commit | e9d29e3e4664215461828bc5070a113710268a5b (patch) | |
tree | beded7fb292dd392b3d8d39be8da3e8efa882a37 /TAO/examples | |
parent | a55eeb4fc1bfebe0ea24779d87976974f09d8971 (diff) | |
download | ATCD-e9d29e3e4664215461828bc5070a113710268a5b.tar.gz |
ChangeLogTag: Mon Aug 14 09:07:12 UTC 2006 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'TAO/examples')
-rw-r--r-- | TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp b/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp index f0d96b78e60..829ec59a9f0 100644 --- a/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp +++ b/TAO/examples/Simulator/Event_Supplier/Logging_Sup.cpp @@ -43,6 +43,14 @@ ACE_RCSID (Event_Supplier, Logging_Sup, "$Id$") +#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 +// components which are reused here without recompilation +ACE_Time_Value dum = ACE_Time_Value::zero; +#endif + static const char usage [] = "[[-?]\n" " [-O[RBport] ORB port number]\n" |