Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:docs:tk:som:sc:ug [2025/05/29 15:45] – [Bibliography] prokushev | en:docs:tk:som:sc:ug [2025/05/29 15:50] (current) – [2. Appendix 2. Terminology changes and syntax construct evolution] prokushev | ||
---|---|---|---|
Line 489: | Line 489: | ||
osFree somFree compiler tries to implement current IDL 4.2 Specification. It supports '' | osFree somFree compiler tries to implement current IDL 4.2 Specification. It supports '' | ||
- | ^ OIDL ^ SOM IDL ^ IDL 4.2 ^ | + | OIDL |
- | | | | | | + | < |
+ | include < | ||
+ | |||
+ | class Hello; | ||
+ | |||
+ | method: | ||
+ | sayHello(string msg); | ||
+ | |||
+ | passthru C: | ||
+ | #define DEFAULT_MSG " | ||
+ | endpassthru; | ||
+ | </ | ||
+ | |||
+ | SOM IDL | ||
+ | <code idl> | ||
+ | #include < | ||
+ | interface Hello | ||
+ | { | ||
+ | implementation | ||
+ | { | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | IDL 4.2 | ||
+ | <code idl> | ||
+ | #include < | ||
+ | |||
+ | interface Hello | ||
+ | { | ||
+ | } | ||
+ | </ | ||
====== Bibliography ====== | ====== Bibliography ====== | ||