[Semsdev] r1418 - trunk/core
sayer at mail.berlios.de
sayer at mail.berlios.de
Wed May 27 16:08:28 CEST 2009
Author: sayer
Date: 2009-05-27 16:08:28 +0200 (Wed, 27 May 2009)
New Revision: 1418
Modified:
trunk/core/AmRtpStream.h
Log:
making setLocalPort() visible
Modified: trunk/core/AmRtpStream.h
===================================================================
--- trunk/core/AmRtpStream.h 2009-05-27 14:08:07 UTC (rev 1417)
+++ trunk/core/AmRtpStream.h 2009-05-27 14:08:28 UTC (rev 1418)
@@ -141,10 +141,7 @@
AmSession* session;
- /** Initializes a new random local port, and sets own attributes properly. */
- void setLocalPort();
-
public:
AmRtpPacket* newPacket();
@@ -187,6 +184,9 @@
*/
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.
More information about the Semsdev
mailing list