From cf15e5cd723be107877effd1603cc557b6b8ea4e Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 27 May 2009 14:08:28 +0000 Subject: [PATCH] making setLocalPort() visible git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1418 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmRtpStream.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/AmRtpStream.h b/core/AmRtpStream.h index d74807d0..648d1bdf 100644 --- a/core/AmRtpStream.h +++ b/core/AmRtpStream.h @@ -141,9 +141,6 @@ protected: AmSession* session; - /** Initializes a new random local port, and sets own attributes properly. */ - void setLocalPort(); - public: @@ -187,6 +184,9 @@ public: */ void setLocalIP(const string& ip); + /** Initializes a new random local port, and sets own attributes properly. */ + void setLocalPort(); + /** * Gets RTP port number. If no RTP port in assigned, assigns a new one. * @return local RTP port.