[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
Wed Aug 25 09:20:53 CDT 2010
branch "master" has been updated
via dcb271baaca90fa89ed6b7d4846ea458fb303943 (commit)
from d6b2777545b3b8eae7c5dc9b40a1ca3ff9e26a43 (commit)
Summary of changes:
Core/Endpoint/EndpointIf.ice | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit dcb271baaca90fa89ed6b7d4846ea458fb303943
Author: Joshua Colp <jcolp at digium.com>
Date: Wed Aug 25 11:32:41 2010 -0300
Preserve extended endpoint classes when traversing components that do not have such knowledge (such as a routing service).
diff --git a/Core/Endpoint/EndpointIf.ice b/Core/Endpoint/EndpointIf.ice
index ed980f5..d86a60f 100644
--- a/Core/Endpoint/EndpointIf.ice
+++ b/Core/Endpoint/EndpointIf.ice
@@ -34,7 +34,7 @@ module V1
* A generic Endpoint.
* TBD - NOTE: Not crazy about the name, but needs to be different from the module name!
*/
- class BaseEndpoint
+ ["preserved"] class BaseEndpoint
{
EndpointId id;
};
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list