سؤال

I'm working with a middleware that utilizes CORBA as the transport mechanism.

I've noticed that all the TypeSupport types are appended with :1.0. Why is this? What does this value mean?

Example: IDL:JARSSRT/OptionTypeSupport:1.0

I've googilized the interweb for an answer, but to no avail. Thanks for the help.

هل كانت مفيدة؟

المحلول

Those are CORBA repository IDs, sometimes also called Type IDs. They are simply identifiers for the type in question.

This page describes them in great and helpful detail.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top