summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-13 23:17:49 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-13 23:17:49 +0000
commitb533290fd8f68cbfce7d508438ec560655083260 (patch)
tree5d4902663b1858ab57ddcdeefd7c602371dde991
parentae7f8c28724e15f683e85066f188035e58b7fe20 (diff)
downloadATCD-b533290fd8f68cbfce7d508438ec560655083260.tar.gz
ChangeLogTag: Tue Nov 13 18:01:57 2001 Craig Rodrigues <crodrigu@bbn.com>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
-rw-r--r--TAO/orbsvcs/orbsvcs/AV.dsp2
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/RTCP.cpp6
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/md5c.c2
-rw-r--r--TAO/orbsvcs/orbsvcs/AV_Static.dsp2
6 files changed, 20 insertions, 6 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index d3420c4a625..71617eb07c7 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Tue Nov 13 18:01:57 2001 Craig Rodrigues <crodrigu@bbn.com>
+
+ * orbsvcs/orbsvcs/AV.dsp: Added md5c.c
+ * orbsvcs/orbsvcs/AV_Static.dsp: Added md5c.c
+ * orbsvcs/orbsvcs/AV/md5c.c: Add a CVS Id tag.
+ * orbsvcs/orbsvcs/AV/RTCP.cpp:
+ Fix comments in TAO_AV_RTCP_Flow_Factory::make_protocol_object().
+ Do not return void in TAO_AV_RTCP_Object::ts_offset().
+
+ * orbsvcs/orbsvcs/AV/RTCP_Channel.cpp: Fixed comment.
+
+
Tue Nov 13 14:31:44 2001 Craig Rodrigues <crodrigu@bbn.com>
* orbsvcs/orbsvcs/AV.dsp: (updated)
diff --git a/TAO/orbsvcs/orbsvcs/AV.dsp b/TAO/orbsvcs/orbsvcs/AV.dsp
index 2a2323ef5fa..4feddfce39e 100644
--- a/TAO/orbsvcs/orbsvcs/AV.dsp
+++ b/TAO/orbsvcs/orbsvcs/AV.dsp
@@ -188,7 +188,7 @@ SOURCE=.\AV\MCast.cpp
# End Source File
# Begin Source File
-SOURCE=.\AV\md5.c
+SOURCE=.\AV\md5c.c
# End Source File
# Begin Source File
diff --git a/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp b/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp
index 7f2197c0622..77677640108 100644
--- a/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/RTCP.cpp
@@ -361,8 +361,8 @@ TAO_AV_RTCP_Flow_Factory::init (int /* argc */,
}
TAO_AV_Protocol_Object*
-TAO_AV_RTCP_Flow_Factory::make_protocol_object (TAO_FlowSpec_Entry */*entry*/,
- TAO_Base_StreamEndPoint */*endpoint*/,
+TAO_AV_RTCP_Flow_Factory::make_protocol_object (TAO_FlowSpec_Entry * /*entry*/,
+ TAO_Base_StreamEndPoint * /*endpoint*/,
TAO_AV_Flow_Handler *handler,
TAO_AV_Transport *transport)
{
@@ -493,7 +493,7 @@ TAO_AV_RTCP_Object::ts_offset (ACE_UINT32 ts_offset)
{
TAO_AV_RTCP_Callback *cb = ACE_dynamic_cast (TAO_AV_RTCP_Callback*,
this->callback_);
- return cb->ts_offset (ts_offset);
+ cb->ts_offset (ts_offset);
}
// TAO_AV_RTCP_Callback
diff --git a/TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.cpp b/TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.cpp
index 9aaebbdf2d9..4715a9eb110 100644
--- a/TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.cpp
@@ -125,7 +125,7 @@ RTCP_Channel_In::updateStatistics(RTCP_SR_Packet *sr)
}
int
-RTCP_Channel_In::updateStatistics(RTCP_RR_Packet */*rr*/)
+RTCP_Channel_In::updateStatistics(RTCP_RR_Packet * /*rr*/)
{
return 0;
}
diff --git a/TAO/orbsvcs/orbsvcs/AV/md5c.c b/TAO/orbsvcs/orbsvcs/AV/md5c.c
index b13d382289e..edfdc67b87d 100644
--- a/TAO/orbsvcs/orbsvcs/AV/md5c.c
+++ b/TAO/orbsvcs/orbsvcs/AV/md5c.c
@@ -23,6 +23,8 @@ These notices must be retained in any copies of any part of this
documentation and/or software.
*/
+/* $Id$ */
+
#include "global.h"
#include "md5.h"
diff --git a/TAO/orbsvcs/orbsvcs/AV_Static.dsp b/TAO/orbsvcs/orbsvcs/AV_Static.dsp
index c5a00d67908..1b33d3c4343 100644
--- a/TAO/orbsvcs/orbsvcs/AV_Static.dsp
+++ b/TAO/orbsvcs/orbsvcs/AV_Static.dsp
@@ -595,7 +595,7 @@ SOURCE=.\AV\MCast.cpp
# End Source File
# Begin Source File
-SOURCE=.\AV\md5.c
+SOURCE=.\AV\md5c.c
# End Source File
# Begin Source File