[asterisk-scf-commits] asterisk-scf/integration/routing.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Oct 19 13:08:20 CDT 2010
branch "master" has been updated
via 8fceaf9ac7db7712612fb612b233a41297f18bb1 (commit)
from c8b6b79fbdccbbbbb6e1315d2d52842af12f65e6 (commit)
Summary of changes:
slice | 2 +-
test/MockSession.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 8fceaf9ac7db7712612fb612b233a41297f18bb1
Author: Brent Eagles <beagles at digium.com>
Date: Tue Oct 19 15:36:57 2010 -0230
Fix build error (initializer/member order)
diff --git a/slice b/slice
index bdfc399..71b02b7 160000
--- a/slice
+++ b/slice
@@ -1 +1 @@
-Subproject commit bdfc399d5876152d46be8b47cd4122abca1d2ed3
+Subproject commit 71b02b7071eab51d417f059566dc4aef1ebc2f2f
diff --git a/test/MockSession.h b/test/MockSession.h
index 547c0e3..431377f 100644
--- a/test/MockSession.h
+++ b/test/MockSession.h
@@ -47,8 +47,8 @@ public:
void destroy();
private:
- std::string mId;
std::string mLegId;
+ std::string mId;
AsteriskSCF::SessionCommunications::V1::SessionPrx mMyPrx;
AsteriskSCF::SessionCommunications::V1::SessionEndpointPrx mEndpointPrx;
std::vector<AsteriskSCF::SessionCommunications::V1::SessionListenerPrx> mListeners;
-----------------------------------------------------------------------
--
asterisk-scf/integration/routing.git
More information about the asterisk-scf-commits
mailing list