[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Oct 14 11:45:11 CDT 2010


branch "master" has been updated
       via  62d6bb3a5885d5035bb79399e1495c4b0de92570 (commit)
      from  5ce307648b8ceee519b4f8347c648ad87c0a723b (commit)

Summary of changes:
 src/PJSipModule.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit 62d6bb3a5885d5035bb79399e1495c4b0de92570
Author: Mark Michelson <mmichelson at digium.com>
Date:   Thu Oct 14 11:43:23 2010 -0500

    Add a protected default constructor.

diff --git a/src/PJSipModule.h b/src/PJSipModule.h
index 3f57528..a3e6a21 100644
--- a/src/PJSipModule.h
+++ b/src/PJSipModule.h
@@ -38,6 +38,7 @@ public:
 	virtual void on_tsx_state(pjsip_transaction *tsx, pjsip_event *event) = 0;
 	pjsip_module &getModule() { return mModule; };
 protected:
+	PJSipModule() { }
 	pjsip_module mModule;
 private:
 	const std::string mName;

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/sip.git



More information about the asterisk-scf-commits mailing list