diff options
author | crodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-10 01:47:29 +0000 |
---|---|---|
committer | crodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-10 01:47:29 +0000 |
commit | a7bd414562b2d64471dbd714055ce8a8d4235348 (patch) | |
tree | 1d2bb5652e60f8c9eb591f2a3755895083ac0a23 /TAO/orbsvcs/tests | |
parent | 6cf2797e8290e383ff0c61ed6c2e2fe24c4cea5c (diff) | |
download | ATCD-a7bd414562b2d64471dbd714055ce8a8d4235348.tar.gz |
ChangeLogTag: Fri May 10 01:46:16 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r-- | TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp b/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp index f98d9b34e80..6971c35cf68 100644 --- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp +++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp @@ -68,9 +68,6 @@ Receiver_StreamEndPoint::handle_connection_requested (AVStreams::flowSpec &flows ACE_CString flowname (entry.flowname ()); - int result = - connection_manager->streamctrls ().find (flowname); - /// Store the related streamctrl. connection_manager->add_streamctrl (flowname.c_str (), this); |