说明出处:http://download.zeroc.com/Ice/3.2/IceJ-3.2.1-CHANGES
- ["nonmutating"] provides backward compatibility for idempotent
operations that were previously declared using the deprecated
'nonmutating' keyword. You can replace the 'nonmutating' keyword
with '["nonmutating"] idempotent' to maintain compatibility with
objects implemented using Ice 3.0 or 3.1.
用元数据指令=["nonmutating"]替代关键字nonmutating

本文详细介绍了在Ice框架中如何使用[nonmutating]指令替代非变异关键字来确保向前兼容性,特别关注于实现幂等操作的兼容性维护,适用于使用Ice 3.0或3.1版本的对象。
2258

被折叠的 条评论
为什么被折叠?



