[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
Fri Sep 9 14:42:46 CDT 2011
branch "master" has been updated
via 12b8d9c16293991aa0ecc59767d011694d19513c (commit)
from 705e8430d13ea8dd8f7e19e78ce87efba4a10e8d (commit)
Summary of changes:
.../SessionCommunicationsIf.ice | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 12b8d9c16293991aa0ecc59767d011694d19513c
Author: David M. Lee <dlee at digium.com>
Date: Fri Sep 9 14:42:03 2011 -0500
Fixed comments for slice2java.
slice2java, with an unpatched libmcpp, doesn't properly handle trailing
C++-style comments.
diff --git a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
index f3e92d8..d370c63 100644
--- a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
+++ b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
@@ -38,9 +38,9 @@ module V1
interface SessionCreationHook;
-}; //module V1
+}; /* module V1 */
-}; //module ExtensionPoints
+}; /* module ExtensionPoints */
["suppress"]
module V1
-----------------------------------------------------------------------
--
asterisk-scf/release/slice.git
More information about the asterisk-scf-commits
mailing list