Revision: 18729
http://opalvoip.svn.sourceforge.net/opalvoip/?rev=18729&view=rev
Author: csoutheren
Date: 2007-10-22 05:24:50 -0700 (Mon, 22 Oct 2007)
Log Message:
-----------
Applied OpenH323 1800896 - Allow override of SIPEndpoint GetContactURL
Thanks to Simon Zwahlen
Modified Paths:
--------------
opal/branches/csoutheren/devel/include/sip/sipep.h
Modified: opal/branches/csoutheren/devel/include/sip/sipep.h
===================================================================
--- opal/branches/csoutheren/devel/include/sip/sipep.h 2007-10-22 12:18:47 UTC (rev 18728)
+++ opal/branches/csoutheren/devel/include/sip/sipep.h 2007-10-22 12:24:50 UTC (rev 18729)
@@ -953,7 +953,7 @@
* If the transport is not running, the first listener transport
* will be used, if any.
*/
- SIPURL GetLocalURL(
+ virtual SIPURL GetLocalURL(
const OpalTransport & transport, ///< Transport on which we can receive new requests
const PString & userName = PString::Empty() ///< The user name part of the contact field
);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|