diff options
Diffstat (limited to 'lib/ic/doc/src/c-part.xml')
-rw-r--r-- | lib/ic/doc/src/c-part.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/lib/ic/doc/src/c-part.xml b/lib/ic/doc/src/c-part.xml new file mode 100644 index 0000000000..91c81c8ef3 --- /dev/null +++ b/lib/ic/doc/src/c-part.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="latin1" ?> +<!DOCTYPE part SYSTEM "part.dtd"> + +<part> + <header> + <copyright> + <year>2002</year> + <year>2007</year> + <holder>Ericsson AB, All Rights Reserved</holder> + </copyright> + <legalnotice> + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + The Initial Developer of the Original Code is Ericsson AB. + </legalnotice> + + <title>IDL to C language Mapping</title> + <prepared></prepared> + <docno></docno> + <date>2002-06-25</date> + <rev>A</rev> + </header> + <description> + <p>IDL to C</p> + </description> + <include file="ch_c_mapping"></include> + <include file="ch_c_client"></include> + <include file="ch_c_server"></include> + <include file="ch_c_corba_env"></include> +</part> + |