making setLocalPort() visible

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1418 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent 76af27b993
commit cf15e5cd72

@ -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.

Loading…
Cancel
Save