[hydra-commits] hydra/media_format_ulaw.git branch "master" updated.
Commits to the Hydra project code repositories
hydra-commits at lists.digium.com
Thu Aug 5 14:31:43 CDT 2010
branch "master" has been updated
via 6a15510b1222a86115956630ef07708fbabf8805 (commit)
from 38553bd109341ab055863122c14415bef9a853c8 (commit)
Summary of changes:
slice/media.ice | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
- Log -----------------------------------------------------------------
commit 6a15510b1222a86115956630ef07708fbabf8805
Author: Joshua Colp <jcolp at digium.com>
Date: Thu Aug 5 16:47:19 2010 -0300
Style guidelines! STYLE GUIDELINES!
diff --git a/slice/media.ice b/slice/media.ice
index de3eb92..2bf761c 100644
--- a/slice/media.ice
+++ b/slice/media.ice
@@ -80,23 +80,17 @@ module V1
/**
* Exception that gets thrown if a sink receives a format that it can not handle.
*/
- exception UnsupportedMediaFormatException
- {
- };
+ exception UnsupportedMediaFormatException { };
/**
* Exception that gets thrown if a fatal error occurs on a stream or sink.
*/
- exception FatalStreamException
- {
- };
+ exception FatalStreamException { };
/**
* Exception that gets thrown if a source can not switch to a different format.
*/
- exception MediaFormatSwitchException
- {
- };
+ exception MediaFormatSwitchException { };
/**
-----------------------------------------------------------------------
--
hydra/media_format_ulaw.git
More information about the asterisk-scf-commits
mailing list