summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-07-23 20:27:51 +0000
committerSteve Huston <shuston@riverace.com>2002-07-23 20:27:51 +0000
commitdfac5d8295004cfd8af6c9896c796a2c6ec5aae6 (patch)
tree7f1c0e6b64bbc10611cde07641d51298764e00a0
parent232dfdb47d633ac52c205aa342d3dbcb9960840e (diff)
downloadATCD-dfac5d8295004cfd8af6c9896c796a2c6ec5aae6.tar.gz
ChangeLogTag:Tue Jul 23 16:20:39 2002 Steve Huston <shuston@riverace.com>
-rw-r--r--TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp2
-rw-r--r--TAO/examples/Simulator/Event_Supplier/DualEC_Sup.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp b/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
index 6f0f6f22c35..ffff7d0873e 100644
--- a/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
+++ b/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp
@@ -308,7 +308,7 @@ DualEC_Supplier::Terminator::shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
// Run the ORB event loop.
-void *
+ACE_THR_FUNC_RETURN
DualEC_Supplier::run_orb (void *)
{
TAO_ORB_Core_instance ()->orb ()->run ();
diff --git a/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.h b/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.h
index cb525dc896f..84b6f5e6ca2 100644
--- a/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.h
+++ b/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.h
@@ -89,7 +89,7 @@ private:
ACE_THROW_SPEC ((CORBA::SystemException));
};
- static void * run_orb (void *);
+ static ACE_THR_FUNC_RETURN run_orb (void *);
// Run the orb event loop.
static void * run_nav_thread (void *arg);