diff options
Diffstat (limited to 'libraries/ORBit2/README')
-rw-r--r-- | libraries/ORBit2/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/ORBit2/README b/libraries/ORBit2/README new file mode 100644 index 0000000000..03e90139b4 --- /dev/null +++ b/libraries/ORBit2/README @@ -0,0 +1,8 @@ +ORBit is a high-performance CORBA (Common Object Request Broker +Architecture) ORB (object request broker). It allows programs to +send requests and receive replies from other programs, regardless +of the locations of the two programs. CORBA is an architecture that +enables communication between program objects, regardless of the +programming language they're written in or the operating system they +run on. + |