[asterisk-scf-commits] asterisk-scf/integration/gitall.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Feb 18 17:53:04 CST 2011
branch "master" has been updated
via d3c7568e9a4aece48d326ad87976f53da6b3c793 (commit)
from e98833b40c04a7ace489ce02dc63ab1bff207042 (commit)
Summary of changes:
CMakeLists.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit d3c7568e9a4aece48d326ad87976f53da6b3c793
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Fri Feb 18 17:51:57 2011 -0600
Use the fancy new ClassMemberDefault plugin for the Slice translator to ensure
that data members of class/struct/exception classes always have sane default
values, avoiding unmarshaling exceptions when objects are sent to servants
implemented in languages that require that to be true.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 72c897b..550904d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,7 @@ include(${CMAKE_SOURCE_DIR}/cmake/AsteriskSCF.cmake)
asterisk_scf_project("Asterisk SCF" 3.4)
asterisk_scf_slice_plugins("SliceVisitorPattern:create")
+asterisk_scf_slice_plugins("SliceClassMemberDefault:create")
# Add build targets for what we will need to link against
pjproject_build(pjlib)
-----------------------------------------------------------------------
--
asterisk-scf/integration/gitall.git
More information about the asterisk-scf-commits
mailing list