[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
Tue Sep 7 16:13:02 CDT 2010
branch "master" has been updated
via 9774fbe91da9a6e5c8f1d5cb1f1d372c72973037 (commit)
from fa01fcd93a618d405375cfda50199ff7eb2f22ae (commit)
Summary of changes:
Core/Discovery/ServiceLocatorEventsIf.ice | 4 ++--
Core/Discovery/ServiceLocatorIf.ice | 4 ++--
Core/Endpoint/EndpointIf.ice | 4 ++--
Core/Routing/RoutingI.ice | 4 ++--
Core/Routing/RoutingIf.ice | 4 ++--
Media/MediaIf.ice | 6 +++---
Media/RTP/MediaRTPIf.ice | 18 +++++++++---------
SessionCommunications/Bridging/BridgingIf.ice | 2 +-
SessionCommunications/SessionCommunicationsIf.ice | 12 ++++++------
System/Component/ComponentServiceIf.ice | 6 +++---
System/Time/TimeIf.ice | 4 ++--
11 files changed, 34 insertions(+), 34 deletions(-)
- Log -----------------------------------------------------------------
commit 9774fbe91da9a6e5c8f1d5cb1f1d372c72973037
Author: Brent Eagles <beagles at digium.com>
Date: Tue Sep 7 18:38:38 2010 -0230
Moving AsteriskScf back to AsteriskSCF.
diff --git a/Core/Discovery/ServiceLocatorEventsIf.ice b/Core/Discovery/ServiceLocatorEventsIf.ice
index 0869aac..a1e3fe8 100644
--- a/Core/Discovery/ServiceLocatorEventsIf.ice
+++ b/Core/Discovery/ServiceLocatorEventsIf.ice
@@ -8,7 +8,7 @@
#pragma once
-module AsteriskScf
+module AsteriskSCF
{
module System
@@ -74,4 +74,4 @@ module Discovery
}; // end module System
-}; // end module AsteriskScf
+}; // end module AsteriskSCF
diff --git a/Core/Discovery/ServiceLocatorIf.ice b/Core/Discovery/ServiceLocatorIf.ice
index a205d78..fb44c35 100644
--- a/Core/Discovery/ServiceLocatorIf.ice
+++ b/Core/Discovery/ServiceLocatorIf.ice
@@ -10,7 +10,7 @@
#include <Ice/BuiltinSequences.ice>
-module AsteriskScf
+module AsteriskSCF
{
module Core
@@ -169,4 +169,4 @@ module V1
}; // end module Core
-}; // end module AsteriskScf
+}; // end module AsteriskSCF
diff --git a/Core/Endpoint/EndpointIf.ice b/Core/Endpoint/EndpointIf.ice
index 2169fa6..de4830c 100644
--- a/Core/Endpoint/EndpointIf.ice
+++ b/Core/Endpoint/EndpointIf.ice
@@ -10,7 +10,7 @@
#include <Ice/BuiltinSequences.ice>
-module AsteriskScf
+module AsteriskSCF
{
module Core
{
@@ -42,5 +42,5 @@ module V1
}; // module V1
}; // module Endpoint
}; // module Core
-}; // module AsteriskScf
+}; // module AsteriskSCF
diff --git a/Core/Routing/RoutingI.ice b/Core/Routing/RoutingI.ice
index 1ba06d1..594185b 100644
--- a/Core/Routing/RoutingI.ice
+++ b/Core/Routing/RoutingI.ice
@@ -10,7 +10,7 @@
#include "Core/Endpoint/EndpointI.ice"
-module AsteriskScf
+module AsteriskSCF
{
module Core
{
@@ -157,5 +157,5 @@ module V1
}; // module V1
}; // module Routing
}; // module Core
-}; // module AsteriskScf
+}; // module AsteriskSCF
diff --git a/Core/Routing/RoutingIf.ice b/Core/Routing/RoutingIf.ice
index 28ae3fa..901383f 100644
--- a/Core/Routing/RoutingIf.ice
+++ b/Core/Routing/RoutingIf.ice
@@ -10,7 +10,7 @@
#include <Core/Endpoint/EndpointIf.ice>
-module AsteriskScf
+module AsteriskSCF
{
module Core
{
@@ -171,5 +171,5 @@ module V1
}; // module V1
}; // module Routing
}; // module Core
-}; // module AsteriskScf
+}; // module AsteriskSCF
diff --git a/Media/MediaIf.ice b/Media/MediaIf.ice
index 1bf8b53..29a50c4 100644
--- a/Media/MediaIf.ice
+++ b/Media/MediaIf.ice
@@ -11,7 +11,7 @@
#include <Ice/BuiltinSequences.ice>
#include "Core/Discovery/ServiceLocatorIf.ice"
-module AsteriskScf
+module AsteriskSCF
{
module Media
@@ -203,7 +203,7 @@ module V1
* A generic format discovery class that can be extended for adding parameters. The parameters are used to find
* a component capable of interpreting and providing a concrete class for a format.
*/
- class FormatDiscovery extends AsteriskScf::Core::Discovery::V1::ServiceLocatorParams
+ class FormatDiscovery extends AsteriskSCF::Core::Discovery::V1::ServiceLocatorParams
{
};
@@ -489,4 +489,4 @@ module V1
}; // end module Media
-}; // end module AsteriskScf
+}; // end module AsteriskSCF
diff --git a/Media/RTP/MediaRTPIf.ice b/Media/RTP/MediaRTPIf.ice
index e9e4a83..5b3d694 100644
--- a/Media/RTP/MediaRTPIf.ice
+++ b/Media/RTP/MediaRTPIf.ice
@@ -9,7 +9,7 @@
#include "Core/Discovery/ServiceLocatorIf.ice"
#include "Media/MediaIf.ice"
-module AsteriskScf
+module AsteriskSCF
{
module Media
@@ -24,18 +24,18 @@ module V1
/**
* Extended discovery class for RTP media services.
*/
- class RTPServiceLocatorParams extends AsteriskScf::Core::Discovery::V1::ServiceLocatorParams
+ class RTPServiceLocatorParams extends AsteriskSCF::Core::Discovery::V1::ServiceLocatorParams
{
/**
* A sequence of formats that the RTP media service is expected to transport.
*/
- AsteriskScf::Media::V1::FormatSeq formats;
+ AsteriskSCF::Media::V1::FormatSeq formats;
};
/**
* Interface to an RTP stream source.
*/
- interface StreamSourceRTP extends AsteriskScf::Media::V1::StreamSource
+ interface StreamSourceRTP extends AsteriskSCF::Media::V1::StreamSource
{
/**
* Method which retrieves the local listening IP address of this source.
@@ -55,7 +55,7 @@ module V1
/**
* Interface to an RTP stream sink.
*/
- interface StreamSinkRTP extends AsteriskScf::Media::V1::StreamSink
+ interface StreamSinkRTP extends AsteriskSCF::Media::V1::StreamSink
{
/**
* Method which changes the IP address and port that media will be sent to.
@@ -91,12 +91,12 @@ module V1
/**
* A dictionary mapping payloads to media formats.
*/
- dictionary<int, AsteriskScf::Media::V1::Format> PayloadMap;
+ dictionary<int, AsteriskSCF::Media::V1::Format> PayloadMap;
/**
* Interface to an RTP media session.
*/
- interface RTPSession extends AsteriskScf::Media::V1::Session
+ interface RTPSession extends AsteriskSCF::Media::V1::Session
{
/**
* Method which associates payloads and media formats.
@@ -137,7 +137,7 @@ module V1
*
* @return RTPSession* A proxy to the new RTP session.
*/
- RTPSession* allocate(AsteriskScf::Media::V1::FormatSeq formats);
+ RTPSession* allocate(AsteriskSCF::Media::V1::FormatSeq formats);
};
}; // end module V1
@@ -146,4 +146,4 @@ module V1
}; // end module Media
-}; // end module AsteriskScf
+}; // end module AsteriskSCF
diff --git a/SessionCommunications/Bridging/BridgingIf.ice b/SessionCommunications/Bridging/BridgingIf.ice
index bdbf5fe..756e707 100644
--- a/SessionCommunications/Bridging/BridgingIf.ice
+++ b/SessionCommunications/Bridging/BridgingIf.ice
@@ -12,7 +12,7 @@
#include <System/Component/ComponentServiceIf.ice>
#include <SessionCommunications/SessionCommunicationsIf.ice>
-module AsteriskScf
+module AsteriskSCF
{
module SessionCommunications
{
diff --git a/SessionCommunications/SessionCommunicationsIf.ice b/SessionCommunications/SessionCommunicationsIf.ice
index fd337e1..0117f77 100644
--- a/SessionCommunications/SessionCommunicationsIf.ice
+++ b/SessionCommunications/SessionCommunicationsIf.ice
@@ -13,7 +13,7 @@
#include <System/Time/TimeIf.ice>
#include <Media/MediaIf.ice>
-module AsteriskScf
+module AsteriskSCF
{
module SessionCommunications
{
@@ -86,7 +86,7 @@ module V1
/**
* When the session was initiated.
*/
- AsteriskScf::System::Time::V1::TimeMarker startTime;
+ AsteriskSCF::System::Time::V1::TimeMarker startTime;
};
/**
@@ -225,10 +225,10 @@ module V1
* A media session object may not be available at the time this is called.
* For example, in SIP before media details are known.
*
- * @return An AsteriskScf media session for the current session. May be a
+ * @return An AsteriskSCF media session for the current session. May be a
* nil reference if the media part of the session has not been initialized.
*/
- AsteriskScf::Media::V1::Session* getMediaSession();
+ AsteriskSCF::Media::V1::Session* getMediaSession();
/**
* Sends a hold notification to the peer.
@@ -308,7 +308,7 @@ module V1
* Instances of SessionEndpoint implement a mechanism for creating Session
* objects that can communicate with peer entities (external or otherwise).
*/
- interface SessionEndpoint extends AsteriskScf::Core::Endpoint::V1::BaseEndpoint
+ interface SessionEndpoint extends AsteriskSCF::Core::Endpoint::V1::BaseEndpoint
{
/**
* Creates a session for the specified destination, optionally registering
@@ -335,5 +335,5 @@ module V1
}; // End of module V1
}; // End of module SessionCommunications
-}; // End of module AsteriskScf
+}; // End of module AsteriskSCF
diff --git a/System/Component/ComponentServiceIf.ice b/System/Component/ComponentServiceIf.ice
index 4df4e45..c7b7f56 100644
--- a/System/Component/ComponentServiceIf.ice
+++ b/System/Component/ComponentServiceIf.ice
@@ -7,7 +7,7 @@
*/
#pragma once
-module AsteriskScf
+module AsteriskSCF
{
module System
{
@@ -30,7 +30,7 @@ module V1
exception Suspended {};
/**
- * Service is the base interface for all AsteriskScf services. Most components will include an implementation
+ * Service is the base interface for all AsteriskSCF services. Most components will include an implementation
* of this or a derived interface.
*/
interface ComponentService
@@ -67,5 +67,5 @@ module V1
}; // End of module V1
}; // End of module Component
}; // End of module System
-}; // End of module AsteriskScf
+}; // End of module AsteriskSCF
diff --git a/System/Time/TimeIf.ice b/System/Time/TimeIf.ice
index 6b57857..59dd50c 100644
--- a/System/Time/TimeIf.ice
+++ b/System/Time/TimeIf.ice
@@ -8,7 +8,7 @@
#pragma once
-module AsteriskScf
+module AsteriskSCF
{
module System
{
@@ -24,4 +24,4 @@ module V1
}; // End of V1
}; // End of Time
}; // End of System
-}; // End of AsteriskScf
+}; // End of AsteriskSCF
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list