From b533290fd8f68cbfce7d508438ec560655083260 Mon Sep 17 00:00:00 2001 From: crodrigu Date: Tue, 13 Nov 2001 23:17:49 +0000 Subject: ChangeLogTag: Tue Nov 13 18:01:57 2001 Craig Rodrigues --- TAO/ChangeLogs/ChangeLog-02a | 12 ++++++++++++ TAO/orbsvcs/orbsvcs/AV.dsp | 2 +- TAO/orbsvcs/orbsvcs/AV/RTCP.cpp | 6 +++--- TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.cpp | 2 +- TAO/orbsvcs/orbsvcs/AV/md5c.c | 2 ++ TAO/orbsvcs/orbsvcs/AV_Static.dsp | 2 +- 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 + + * 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 * 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 -- cgit v1.2.1