Common Object Request Broker Architecture: Difference between revisions

Content deleted Content added
Bluelink 6 books for verifiability.) #IABot (v2.0) (GreenC bot
Line 112:
 
=== Data By Value ===
The CORBA Interface Definition Language provides the language- and OS-neutral inter-object communication definition. CORBA Objects are passed by reference, while data (integers, doubles, structs, enums, etc.) are passed by value. The combination of Objects-by-reference and data-by-value provides the means to enforce stronggreat data typing while compiling clients and servers, yet preserve the flexibility inherent in the CORBA problem-space.
 
===Objects By Value (OBV)===