[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
Fri Oct 15 11:15:55 CDT 2010
branch "master" has been updated
via 71b02b7071eab51d417f059566dc4aef1ebc2f2f (commit)
from bdfc399d5876152d46be8b47cd4122abca1d2ed3 (commit)
Summary of changes:
Core/Discovery/ServiceLocatorEventsIf.ice | 2 +-
Core/Routing/RoutingIf.ice | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 71b02b7071eab51d417f059566dc4aef1ebc2f2f
Author: Ken Hunt <ken.hunt at digium.com>
Date: Fri Oct 15 11:17:13 2010 -0500
Replaced occurrences of old project working title in slice files.
diff --git a/Core/Discovery/ServiceLocatorEventsIf.ice b/Core/Discovery/ServiceLocatorEventsIf.ice
index a1e3fe8..4036271 100644
--- a/Core/Discovery/ServiceLocatorEventsIf.ice
+++ b/Core/Discovery/ServiceLocatorEventsIf.ice
@@ -20,7 +20,7 @@ module Discovery
/**
* Default topic used for service locator events.
*/
- const string TOPIC="::hydra::service::locator";
+ const string TOPIC="::asterisk_scf::service::locator";
/**
* Interface used to publish service locator related events.
diff --git a/Core/Routing/RoutingIf.ice b/Core/Routing/RoutingIf.ice
index cc91a7e..cb2ee29 100644
--- a/Core/Routing/RoutingIf.ice
+++ b/Core/Routing/RoutingIf.ice
@@ -118,7 +118,7 @@ module V1
FAILURE
};
- const string TopicId = "::hydra::routing::event";
+ const string TopicId = "::asterisk_scf::routing::event";
/**
* Interface for monitoring the basic routing service events.
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list