[asterisk-scf-commits] asterisk-scf/release/ice-util-cpp.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Sat Jun 25 14:46:52 CDT 2011
branch "master" has been updated
via e7190d1f1f8f00b032ac0294297da86b77c0e0b9 (commit)
from 2efd9ccf97166aa7b04d1e801ff576aab8e42e03 (commit)
Summary of changes:
src/ThreadPool/ThreadPool.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit e7190d1f1f8f00b032ac0294297da86b77c0e0b9
Author: Joshua Colp <jcolp at digium.com>
Date: Sat Jun 25 16:47:06 2011 -0300
Make this conform to the slice.
diff --git a/src/ThreadPool/ThreadPool.cpp b/src/ThreadPool/ThreadPool.cpp
index 1a8b5c9..6791084 100644
--- a/src/ThreadPool/ThreadPool.cpp
+++ b/src/ThreadPool/ThreadPool.cpp
@@ -60,7 +60,7 @@ public:
{
boost::lock_guard<boost::mutex> lock(mQueueLock);
mShuttingDown = true;
- mControlQueue->shutDown();
+ mControlQueue->shutdown();
mControlQueue = 0;
}
-----------------------------------------------------------------------
--
asterisk-scf/release/ice-util-cpp.git
More information about the asterisk-scf-commits
mailing list