Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个CORBA用作传输机制的中间件。
CORBA
我注意到所有TypeSupport类型都附加了:1.0. 为什么是这样?这个值是什么意思?
TypeSupport
:1.0
例子: IDL:JARSSRT/OptionTypeSupport:1.0
IDL:JARSSRT/OptionTypeSupport:1.0
我已经在互联网上搜索了答案,但无济于事。谢谢您的帮助。
这些是 CORBA 存储库 ID,有时也称为类型 ID。它们只是相关类型的标识符。
本页详细描述了它们。