summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-08-25 16:08:55 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-08-25 16:08:55 +0000
commitc18384a1a326cdc3d331d3c6023b618147551de0 (patch)
tree8950566ebeafea59d4e7c49b898eb9f147eb373d /TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
parent604a50133cbddb4078ffb2ae09825a6aba90f6eb (diff)
downloadATCD-c18384a1a326cdc3d331d3c6023b618147551de0.tar.gz
Thu Aug 25 11:00:47 2005 Chris Cleeland <cleeland_c@ociweb.com>
Added RTEC TPC and Queue-Full action.
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h b/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
index a5f3e0f5113..406739f25b8 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h
@@ -29,6 +29,8 @@
#include "ace/SString.h"
#include "ace/Time_Value.h"
+class TAO_EC_Queue_Full_Service_Object;
+
/**
* @class TAO_EC_Default_Factory
*
@@ -158,6 +160,9 @@ protected:
int dispatching_threads_flags_;
int dispatching_threads_priority_;
int dispatching_threads_force_active_;
+ ACE_CString queue_full_service_object_name_;
+ TAO_EC_Queue_Full_Service_Object* find_service_object (const char* wanted,
+ const char* fallback);
/// Use this ORB to locate global resources.
ACE_CString orbid_;