From 0035fa9dc6cc1cadf810a144d7a60e679455fd59 Mon Sep 17 00:00:00 2001 From: Lars Thorsen Date: Mon, 9 Oct 2017 10:24:06 +0200 Subject: [orber] Touchup of code tags --- lib/orber/doc/src/ch_idl_to_erlang_mapping.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/orber/doc/src/ch_idl_to_erlang_mapping.xml') diff --git a/lib/orber/doc/src/ch_idl_to_erlang_mapping.xml b/lib/orber/doc/src/ch_idl_to_erlang_mapping.xml index a0feda3f84..eaa88f24f1 100644 --- a/lib/orber/doc/src/ch_idl_to_erlang_mapping.xml +++ b/lib/orber/doc/src/ch_idl_to_erlang_mapping.xml @@ -4,7 +4,7 @@
- 19972016 + 19972017 Ericsson AB. All Rights Reserved. @@ -819,7 +819,7 @@ module x {

Type codes give a complete description of the type including all its components and structure.are, for example, used in Any values. Hence, we can encapsulate the employee struct in an any type by:

- + %% Erlang code .... AnEmployee = #'DB_employee'{'No' = 1, @@ -962,7 +962,7 @@ R1 = m_i:foo(Obj, 55), representation of the IDL-type void, must be returned by baz and '_set_RWAttribute'. These operations can be implemented in the call-back module as:

- + '_set_RWAttribute'(State, Long) -> {reply, ok, State}. @@ -1011,7 +1011,7 @@ $> erlc +"{be,erl_template}" DB.idl

We begin with implementing the DB_Access_impl.erl module, which, if we used erl_template, will look like the following. All we need to do is to add the logic to the logon operation.

- %% @@ -1154,7 +1154,7 @@ $ erlc *.erl Exceptions chapter. In the following example, only the implementation of the API functions are shown:

- + %%====================================================================== %% API Functions %%====================================================================== -- cgit v1.2.3