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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Sat Jun 25 15:09:03 CDT 2011


branch "master" has been updated
       via  a6453ee3997ea4797c32ebd103a14f60bd6930d5 (commit)
      from  85f9eed8c9e2add8d2cb62a7a5b84f5ec9e67bd5 (commit)

Summary of changes:
 src/PJSipSessionModuleConstruction.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit a6453ee3997ea4797c32ebd103a14f60bd6930d5
Author: Joshua Colp <jcolp at digium.com>
Date:   Sat Jun 25 17:09:20 2011 -0300

    Make this compile.

diff --git a/src/PJSipSessionModuleConstruction.cpp b/src/PJSipSessionModuleConstruction.cpp
index c7af8d2..e72d3a4 100644
--- a/src/PJSipSessionModuleConstruction.cpp
+++ b/src/PJSipSessionModuleConstruction.cpp
@@ -25,9 +25,10 @@ namespace AsteriskSCF
 namespace SipSessionManager
 {
 
-using namespace AsteriskSCF::WorkQueue;
+using namespace AsteriskSCF::WorkQueue::V1;
 using namespace AsteriskSCF::ThreadPool;
 
+
 static char moduleName[] = "PJSipSessionModule";
 
 static PJSipSessionModule *sessionModule;

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


-- 
asterisk-scf/release/sip.git



More information about the asterisk-scf-commits mailing list