[hydra-commits] hydra/slice.git branch "master" updated.
Commits to the Hydra project code repositories
hydra-commits at lists.digium.com
Tue Aug 10 07:29:46 CDT 2010
branch "master" has been updated
via 44b62d95100276b8abcdb1c578ff4c077fe26835 (commit)
from 7e72bbfb62cd96c326c9a7b1e79054ac40ce495b (commit)
Summary of changes:
Core/Bridging/BridgeServiceEventsIf.ice | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 Core/Bridging/BridgeServiceEventsIf.ice
- Log -----------------------------------------------------------------
commit 44b62d95100276b8abcdb1c578ff4c077fe26835
Author: Brent Eagles <beagles at digium.com>
Date: Tue Aug 10 09:57:43 2010 -0230
Add missing file.
diff --git a/Core/Bridging/BridgeServiceEventsIf.ice b/Core/Bridging/BridgeServiceEventsIf.ice
new file mode 100644
index 0000000..2cbb637
--- /dev/null
+++ b/Core/Bridging/BridgeServiceEventsIf.ice
@@ -0,0 +1,24 @@
+#pragma once
+
+#include <Core/Endpoint/EndpointIf.ice>
+
+module Hydra
+{
+module Core
+{
+module Bridging
+{
+["suppress"]
+module V1
+{
+ interface BridgeEvents
+ {
+ void endpointAdded(Endpoint::V1::BaseEndpoint ep);
+ void endpointRemoved(Endpoint::V1::BaseEndpoint ep);
+ void shuttingDown();
+ void stopped();
+ };
+}; // End of module V1
+}; // End of module Bridging
+}; // End of module Core
+}; // End of module Hydra
-----------------------------------------------------------------------
--
hydra/slice.git
More information about the asterisk-scf-commits
mailing list