[asterisk-scf-commits] asterisk-scf/integration/test_channel.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Sep 10 14:27:26 CDT 2010
branch "master" has been updated
via bc023b4cc1f6659850b9a008b549065065d3dc79 (commit)
from 422b49fd2ebb96a49a24fdb314bb4306d9b23367 (commit)
Summary of changes:
slice | 2 +-
src/TestEndpoint.cpp | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit bc023b4cc1f6659850b9a008b549065065d3dc79
Author: Ken Hunt <ken.hunt at digium.com>
Date: Fri Sep 10 14:24:29 2010 -0500
1. Added <boost/thread/locks.hpp> to TestEndpoint.cpp due to Windows
differences.
2. Repegged the slice submodule commit.
diff --git a/slice b/slice
index 14413db..200c642 160000
--- a/slice
+++ b/slice
@@ -1 +1 @@
-Subproject commit 14413db47bfae3d1ff57d36e80cfe700d755ae0b
+Subproject commit 200c642ce49b3daabeabe2d8ad105bfa980fec02
diff --git a/src/TestEndpoint.cpp b/src/TestEndpoint.cpp
index 318f358..6b5fd5d 100644
--- a/src/TestEndpoint.cpp
+++ b/src/TestEndpoint.cpp
@@ -14,6 +14,7 @@
#include <SessionCommunications/SessionCommunicationsIf.h>
+#include <boost/thread/locks.hpp>
#include <boost/thread/shared_mutex.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
-----------------------------------------------------------------------
--
asterisk-scf/integration/test_channel.git
More information about the asterisk-scf-commits
mailing list