diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-28 14:37:09 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-28 14:37:09 +0000 |
commit | 6dc203981c83eca702ec3712cdabaecb7226a8fe (patch) | |
tree | 28e25517e5b1f154a2e1d4d8349ff5f95255e9fc /TAO/tao/RTScheduling/Current.h | |
parent | 02d5e4b7279184fe78f759520821d4a20c5c19f5 (diff) | |
download | ATCD-6dc203981c83eca702ec3712cdabaecb7226a8fe.tar.gz |
ChangeLogTag: Mon Jul 28 09:33:23 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/RTScheduling/Current.h')
-rw-r--r-- | TAO/tao/RTScheduling/Current.h | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/TAO/tao/RTScheduling/Current.h b/TAO/tao/RTScheduling/Current.h index ba19075b3c7..ccdc7f4b199 100644 --- a/TAO/tao/RTScheduling/Current.h +++ b/TAO/tao/RTScheduling/Current.h @@ -39,18 +39,32 @@ public: }; -typedef ACE_Hash_Map_Manager_Ex<IdType, RTScheduling::DistributableThread_var, TAO_DTId_Hash, ACE_Equal_To<IdType>, TAO_SYNCH_MUTEX> DT_Hash_Map; -typedef ACE_Hash_Map_Iterator_Ex<IdType, RTScheduling::DistributableThread_var, TAO_DTId_Hash, ACE_Equal_To<IdType>, TAO_SYNCH_MUTEX> DT_Hash_Map_Iterator; -typedef ACE_Hash_Map_Entry <IdType,RTScheduling::DistributableThread_var> DT_Hash_Map_Entry; +typedef ACE_Hash_Map_Manager_Ex<IdType, + RTScheduling::DistributableThread_var, + TAO_DTId_Hash, + ACE_Equal_To<IdType>, + TAO_SYNCH_MUTEX> + DT_Hash_Map; + +typedef ACE_Hash_Map_Iterator_Ex<IdType, + RTScheduling::DistributableThread_var, + TAO_DTId_Hash, + ACE_Equal_To<IdType>, + TAO_SYNCH_MUTEX> + DT_Hash_Map_Iterator; + +typedef ACE_Hash_Map_Entry<IdType, + RTScheduling::DistributableThread_var> + DT_Hash_Map_Entry; class TAO_RTScheduler_Current; class TAO_RTScheduler_Current_var; typedef TAO_RTScheduler_Current* TAO_RTScheduler_Current_ptr; -class TAO_RTScheduler_Export TAO_RTScheduler_Current: -public RTScheduling::Current, - public TAO_Local_RefCounted_Object +class TAO_RTScheduler_Export TAO_RTScheduler_Current + : public RTScheduling::Current, + public TAO_Local_RefCounted_Object { public: |