summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-15 03:13:43 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-15 03:13:43 +0000
commitceaf044cd4fb9e103ad83b264e45e8106fb386dc (patch)
tree9d79414b901f005bdb0d19592891f911efb52923 /TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
parentafe4a75859b99dffde2091492c4472356ae06665 (diff)
downloadATCD-ceaf044cd4fb9e103ad83b264e45e8106fb386dc.tar.gz
ChangeLogTag:Mon Jun 14 22:02:41 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h b/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
index d8f1af428fe..00ebfcfe4a5 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
@@ -133,6 +133,13 @@ private:
int consumer_admin_lock_;
int supplier_admin_lock_;
// Several flags to control the kind of object created.
+
+ int dispatching_threads_;
+ int dispatching_threads_flags_;
+ int dispatching_threads_priority_;
+ int dispatching_threads_force_active_;
+ // The MT dispatching priority has several arguments that could be
+ // controlled here...
};
#if defined (__ACE_INLINE__)