summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.h
diff options
context:
space:
mode:
authorvzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-08-31 09:50:31 +0000
committervzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-08-31 09:50:31 +0000
commit2c10f96b2b3e1d0aa3c20b1ea8d1e44ad0b37021 (patch)
tree832dcca78edf4ed77a516f9984962989f8da65dc /TAO/tao/ORB_Core.h
parent7ce7e72e8ed395f6bf4db9818382c0fd786ecb9c (diff)
downloadATCD-2c10f96b2b3e1d0aa3c20b1ea8d1e44ad0b37021.tar.gz
ChangeLogTag: Mon Aug 31 09:43:14 UTC 2009 Vladimir Zykov <vz@prismtech.com>
Diffstat (limited to 'TAO/tao/ORB_Core.h')
-rw-r--r--TAO/tao/ORB_Core.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h
index 13d561541b6..50a792070ec 100644
--- a/TAO/tao/ORB_Core.h
+++ b/TAO/tao/ORB_Core.h
@@ -870,10 +870,6 @@ public:
/// Choose to be not a default ORB when there is more than one ORB.
void not_default (const char * orb_id);
- /// This strategy is the default, no explicit queueing and no explicit
- /// flush
- TAO::Transport_Queueing_Strategy *default_transport_queueing_strategy (void);
-
/// Verify condition for permanent forward is given,
/// both parameters must provide group attributes.
CORBA::Boolean is_permanent_forward_condition
@@ -1185,9 +1181,6 @@ protected:
#endif /* TAO_HAS_BUFFERING_CONSTRAINT_POLICY == 1 */
- /// This strategy will not queue by default and not flush
- TAO::Transport_Queueing_Strategy *default_transport_queueing_strategy_;
-
/// Number of outstanding references to this object.
ACE_Atomic_Op<TAO_SYNCH_MUTEX, unsigned long> refcount_;