summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-05 21:34:54 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-05 21:34:54 +0000
commita090f5a0f219f2016f0661369d34cc72b246a2da (patch)
treebde738d1fe96e182d79083643287be970bbda21f /TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.h
parent11e840f3b0b817ee5583d5c0001c36a46fa3fbce (diff)
downloadATCD-a090f5a0f219f2016f0661369d34cc72b246a2da.tar.gz
ChangeLogTag:Fri Mar 5 15:12:00 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.h b/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.h
index 0e438df9de0..8b99ed935cb 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching.h
@@ -12,14 +12,6 @@
// = AUTHOR
// Carlos O'Ryan (coryan@cs.wustl.edu)
//
-// = DESCRIPTION
-// The dispatching strategies.
-// The EC may be configured with different dispatching strategies,
-// for instance, it can use a pool of threads to dispatch the
-// events, or a set of queues with threads at different priorities
-// for each queue or can simply push the event to the consumer in
-// FIFO order.
-//
// = CREDITS
// Based on previous work by Tim Harrison (harrison@cs.wustl.edu)
// and other members of the DOC group.
@@ -48,7 +40,12 @@ class TAO_ORBSVCS_Export TAO_EC_Dispatching
// Abstract base class for the dispatching strategies.
//
// = DESCRIPTION
- // Defines the dispatching strategy interface.
+ // The dispatching strategies.
+ // The EC may be configured with different dispatching strategies,
+ // for instance, it can use a pool of threads to dispatch the
+ // events, or a set of queues with threads at different priorities
+ // for each queue or can simply push the event to the consumer in
+ // FIFO order.
//
public:
virtual ~TAO_EC_Dispatching (void);