[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "nat-support" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Jul 4 11:59:34 CDT 2011
branch "nat-support" has been updated
via 924f082ff8ef9321b4b652a6f506f3ad8777ecd2 (commit)
from e1867c092bbb2f049cabdb9404d7dd9c7fb90281 (commit)
Summary of changes:
src/SipEndpoint.h | 2 +-
src/Transports.h | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 924f082ff8ef9321b4b652a6f506f3ad8777ecd2
Author: Brent Eagles <beagles at digium.com>
Date: Mon Jul 4 14:29:08 2011 -0230
Incorporate review feedback.
diff --git a/src/SipEndpoint.h b/src/SipEndpoint.h
index 9dff7b1..64391b8 100644
--- a/src/SipEndpoint.h
+++ b/src/SipEndpoint.h
@@ -42,7 +42,7 @@ namespace SipSessionManager
{
//
// TODO: All of these config classes should be moved to a separate header file. This would
-// break the circular dependency between the endpoint and it's associated sessions.
+// break the circular dependency between the endpoint and its associated sessions.
//
class SipEndpointFactory;
diff --git a/src/Transports.h b/src/Transports.h
index 833c775..38a147c 100644
--- a/src/Transports.h
+++ b/src/Transports.h
@@ -28,8 +28,7 @@
// add themselves to a registry of transports in the manager so holding on to a
// reference would set up a mutual reference situation with a couple of
// reference counted pointers. Eventually, the transport registry should be
-// moved of the PJSipManager, but then the warning would hold for that
-// transport registry was called!
+// moved out of the PJSipManager.
//
//
-----------------------------------------------------------------------
--
asterisk-scf/integration/sip.git
More information about the asterisk-scf-commits
mailing list