diff options
author | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-08-20 11:08:35 +0000 |
---|---|---|
committer | GNU Hurd wiki engine <web-hurd@gnu.org> | 2007-08-20 11:08:35 +0000 |
commit | d37eb872bfd3dc7886c61c776115e8bb917a4662 (patch) | |
tree | cc7fdfe55682fc72ae7f10cc102d987997a95fb7 /idl.mdwn | |
parent | d55cb956a168419d0b07ed7181f7eaf2805e55f1 (diff) | |
download | web-d37eb872bfd3dc7886c61c776115e8bb917a4662.tar.gz web-d37eb872bfd3dc7886c61c776115e8bb917a4662.tar.bz2 web-d37eb872bfd3dc7886c61c776115e8bb917a4662.zip |
web commit by NealWalfield: Create.
Diffstat (limited to 'idl.mdwn')
-rw-r--r-- | idl.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/idl.mdwn b/idl.mdwn new file mode 100644 index 00000000..f6dc9eca --- /dev/null +++ b/idl.mdwn @@ -0,0 +1,5 @@ +An IDL is an interface definition language. The most well-known is +CORBA. An IDL compiler takes a specification and generates stubs +that hide the transport details. In the case of [[MIG]], this +hides the marshalling and unmarshalling of parameters according +to Mach's semantics.
\ No newline at end of file |