summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-11 01:41:42 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-11 01:41:42 +0000
commit73f5e9bd587e7ea16eb740fc83cbf5cb7f5dee31 (patch)
tree2b74d49c66e809b8aec31f4140242afa5a7f016d
parenta120a6148325e71e5c86b6918b0558119b453756 (diff)
downloadATCD-73f5e9bd587e7ea16eb740fc83cbf5cb7f5dee31.tar.gz
ChangeLogTag:Tue Aug 10 20:40:32 1999 Carlos O'Ryan
<coryan@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c5
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 9cd6d4581d9..d3c0c50ad43 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,8 @@
+Tue Aug 10 20:40:32 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.cpp:
+ It was ACE_CU64_TO_CU32 instead of ACE_U64_TO_U32
+
Tue Aug 10 19:59:10 1999 Jeff Parsons <parsons@cs.wustl.edu>
* tao/Any.h:
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.cpp
index ebaed0a1e03..96911d289e7 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Dispatching.cpp
@@ -43,7 +43,7 @@ TAO_EC_Priority_Dispatching::activate (void)
ACE_TRY
{
RtecScheduler::Period_t period =
- ACE_U64_TO_U32 (ACE_Scheduler_Rates[i]);
+ ACE_CU64_TO_CU32 (ACE_Scheduler_Rates[i]);
char buf[128];
ACE_OS::sprintf (buf, "Dispatching_Task-%d.us", period);