[hydra-commits] hydra/slice.git branch "master" updated.

Commits to the Hydra project code repositories hydra-commits at lists.digium.com
Sun Aug 15 15:29:20 CDT 2010


branch "master" has been updated
       via  49fdc431aec2f9335f386125e76ea2ab77802187 (commit)
      from  b5f6c63f2ba9da7a94a3aea8affa6796de36dbea (commit)

Summary of changes:
 Media/RTP/MediaRTPIf.ice |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)


- Log -----------------------------------------------------------------
commit 49fdc431aec2f9335f386125e76ea2ab77802187
Author: Joshua Colp <jcolp at digium.com>
Date:   Sun Aug 15 17:44:09 2010 -0300

    Don't separate setting the address and port for RTP, it's not needed and leads to a messier implementation.

diff --git a/Media/RTP/MediaRTPIf.ice b/Media/RTP/MediaRTPIf.ice
index 5d72f73..751c92b 100644
--- a/Media/RTP/MediaRTPIf.ice
+++ b/Media/RTP/MediaRTPIf.ice
@@ -50,18 +50,13 @@ module V1
 	interface StreamSinkRTP extends Hydra::Media::V1::StreamSink
 	{
 		/**
-		 * Method which changes the IP address that media will be sent to.
+		 * Method which changes the IP address and port that media will be sent to.
 		 *
 		 * @param address A string representation of the IP address.
-		 */
-		void setRemoteAddress(string address);
-
-		/**
-		 * Method which changes the port that media will be sent to.
 		 *
 		 * @param port An integer containing the port.
 		 */
-		void setRemotePort(int port);
+		void setRemoteDetails(string address, int port);
 
 		/**
 		 * Method which retrieves the remote IP address.

-----------------------------------------------------------------------


-- 
hydra/slice.git




More information about the asterisk-scf-commits mailing list