[asterisk-scf-commits] asterisk-scf/release/routing.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue May 10 09:55:35 CDT 2011
branch "master" has been updated
via 2e28c01e8ddf5bcb0de714290344df7c2efa7dee (commit)
from a6c250edee3612162b4c78d3a72296b58a5e5432 (commit)
Summary of changes:
src/OperationReplicaCache.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2e28c01e8ddf5bcb0de714290344df7c2efa7dee
Author: David M. Lee <dlee at digium.com>
Date: Tue May 10 09:55:17 2011 -0500
Corrected closing >'s for nested argument list
diff --git a/src/OperationReplicaCache.h b/src/OperationReplicaCache.h
index 6a06e98..5d207fb 100644
--- a/src/OperationReplicaCache.h
+++ b/src/OperationReplicaCache.h
@@ -64,7 +64,7 @@ class OperationCache
{
public:
- typedef std::map<std::string, OperationReplicaItem<boost::shared_ptr<O>>> OpMapType;
+ typedef std::map<std::string, OperationReplicaItem<boost::shared_ptr<O> > > OpMapType;
OperationCache(const SessionContextPtr& sessionContext)
: mSessionContext(sessionContext)
-----------------------------------------------------------------------
--
asterisk-scf/release/routing.git
More information about the asterisk-scf-commits
mailing list