summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event_Service_Constants.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-13 14:20:54 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-13 14:20:54 +0000
commitf35c22e780bdffc4f6da0910b261ad46519a09f6 (patch)
treead7cc4a9bbd541c2695b4dd7396c1fc790c947af /TAO/orbsvcs/orbsvcs/Event_Service_Constants.h
parent27539ea03878410f8944c7271b3494b605b5ef46 (diff)
downloadATCD-f35c22e780bdffc4f6da0910b261ad46519a09f6.tar.gz
ChangeLogTag:Thu Aug 13 09:14:12 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event_Service_Constants.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event_Service_Constants.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event_Service_Constants.h b/TAO/orbsvcs/orbsvcs/Event_Service_Constants.h
index af5900ffb46..2cbc7cc9fc4 100644
--- a/TAO/orbsvcs/orbsvcs/Event_Service_Constants.h
+++ b/TAO/orbsvcs/orbsvcs/Event_Service_Constants.h
@@ -47,11 +47,11 @@ const long ACE_ES_EVENT_UNDEFINED = 16;
const long ACE_Scheduler_MAX_PRIORITIES = 5;
const TimeBase::TimeT ACE_Scheduler_Rates[ACE_Scheduler_MAX_PRIORITIES] = {
- { 250000, 0}, // 40 Hz
- { 500000, 0}, // 20 Hz
- { 1000000, 0}, // 10 Hz
- { 2000000, 0}, // 5 Hz
- { 10000000, 0} // 1 Hz
+ 250000, // 40 Hz
+ 500000, // 20 Hz
+ 1000000, // 10 Hz
+ 2000000, // 5 Hz
+ 10000000 // 1 Hz
};
// The minimum preemption priority.