summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-01-25 22:12:29 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-01-25 22:12:29 +0000
commit1eac827847b9d496e12647dc41391c49be79d72d (patch)
treefa11ccab76a306661fcffbe09f7314c349d90ec7
parent497f33586eaf50855a1997d21a678896b3a12633 (diff)
downloadATCD-1eac827847b9d496e12647dc41391c49be79d72d.tar.gz
ChangeLogTag:Fri Jan 25 14:10:48 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/RTCP.cpp4
2 files changed, 7 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 754d9e3598c..2653b96e7e0 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Fri Jan 25 14:10:48 2002 Ossama Othman <ossama@uci.edu>
+
+ * orbsvcs/orbsvcs/AV/RTCP.cpp (handle_stop):
+
+ Removed unreachable statement.
+
Fri Jan 25 13:26:40 2002 Ossama Othman <ossama@uci.edu>
* tests/OBV/Any/AnyS_impl.cpp (magic):
diff --git a/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp b/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp
index 60161ec5bf3..5acf4c889a8 100644
--- a/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp
@@ -436,7 +436,7 @@ TAO_AV_RTCP_Object::destroy (void)
{
this->callback_->handle_destroy ();
delete this;
-
+
return 0;
}
@@ -519,8 +519,6 @@ int
TAO_AV_RTCP_Callback::handle_stop (void)
{
return this->send_report(1);
-
- return 0;
}
int