summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Mux_Strategy.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-23 12:21:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-23 12:21:34 +0000
commite5f3594381f601b67ecaafd4e965453dc5a6f787 (patch)
treeaf3d5ed5ad6da74c69b546a19c50c8039f6cd90c /TAO/tao/Transport_Mux_Strategy.h
parent0618f20a6be1564386adc40ead590a10e40eb887 (diff)
downloadATCD-e5f3594381f601b67ecaafd4e965453dc5a6f787.tar.gz
Mon Jul 23 12:21:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Transport_Mux_Strategy.h')
-rw-r--r--TAO/tao/Transport_Mux_Strategy.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/Transport_Mux_Strategy.h b/TAO/tao/Transport_Mux_Strategy.h
index bcf8b9bef96..6f729a1db23 100644
--- a/TAO/tao/Transport_Mux_Strategy.h
+++ b/TAO/tao/Transport_Mux_Strategy.h
@@ -93,9 +93,6 @@ public:
protected:
/// Cache the transport reference.
TAO_Transport *transport_;
-
- /// Lock to protect the state of the object
- ACE_Lock *lock_;
};
TAO_END_VERSIONED_NAMESPACE_DECL