[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Sep 9 12:31:17 CDT 2010
branch "master" has been updated
via 9a3717c8245d08d2d3c6097d18d1eee7506b699c (commit)
from 14413db47bfae3d1ff57d36e80cfe700d755ae0b (commit)
Summary of changes:
Core/Endpoint/EndpointIf.ice | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 9a3717c8245d08d2d3c6097d18d1eee7506b699c
Author: Brent Eagles <beagles at digium.com>
Date: Thu Sep 9 14:57:01 2010 -0230
Change EndpointSeq from value seq to a sequence of proxies.
diff --git a/Core/Endpoint/EndpointIf.ice b/Core/Endpoint/EndpointIf.ice
index de4830c..1ba8e45 100644
--- a/Core/Endpoint/EndpointIf.ice
+++ b/Core/Endpoint/EndpointIf.ice
@@ -29,7 +29,7 @@ module V1
string getId();
};
- sequence<BaseEndpoint> EndpointSeq;
+ sequence<BaseEndpoint*> EndpointSeq;
interface EndpointManager
{
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list