[asterisk-scf-commits] asterisk-scf/release/slice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Jul 13 11:08:43 CDT 2011
branch "master" has been updated
via 1672cd37f8e1dbb9d2e8627387839939a95d9c43 (commit)
from 3a25fc4bb24402fe9aa141db97b5b3682601d0fd (commit)
Summary of changes:
slice/AsteriskSCF/Media/MediaIf.ice | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 1672cd37f8e1dbb9d2e8627387839939a95d9c43
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Wed Jul 13 11:08:04 2011 -0500
Disable FormatVisitor usage.
Until we determine how we want to handle AudioFormat object visitation,
disable the FormatVisitor from being used.
diff --git a/slice/AsteriskSCF/Media/MediaIf.ice b/slice/AsteriskSCF/Media/MediaIf.ice
index 456064d..b02a21b 100644
--- a/slice/AsteriskSCF/Media/MediaIf.ice
+++ b/slice/AsteriskSCF/Media/MediaIf.ice
@@ -366,7 +366,7 @@ module V1
* A generic format class that provides common information about formats. Additional classes should extend
* this to provide additional details about their format.
*/
- ["visitor:FormatVisitor"] class Format
+ class Format
{
/**
* A string containing a name for the format, this should be unique to the specifications of the format
-----------------------------------------------------------------------
--
asterisk-scf/release/slice.git
More information about the asterisk-scf-commits
mailing list