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/CosNaming_NamingContext.xml | 45 +++++++++++---------------- 1 file changed, 19 insertions(+), 26 deletions(-) (limited to 'lib/orber/doc/src/CosNaming_NamingContext.xml') diff --git a/lib/orber/doc/src/CosNaming_NamingContext.xml b/lib/orber/doc/src/CosNaming_NamingContext.xml index 96a6367cbb..4c83e6a240 100644 --- a/lib/orber/doc/src/CosNaming_NamingContext.xml +++ b/lib/orber/doc/src/CosNaming_NamingContext.xml @@ -4,7 +4,7 @@
- 19972016 + 19972017 Ericsson AB. All Rights Reserved. @@ -37,61 +37,54 @@ naming contexts. Name context may be named in other contexts and cycles are permitted.

The type NameComponent used below is defined as:

- - -record('CosNaming_NameComponent', {id, kind=""}). - + -record('CosNaming_NameComponent', {id, kind=""}).

where id and kind are strings.

The type Binding used below is defined as:

- - -record('CosNaming_Binding', {binding_name, binding_type}). - + -record('CosNaming_Binding', {binding_name, binding_type}).

where binding_name is a Name and binding_type is an enum which has the values nobject and ncontext.

Both these records are defined in the file CosNaming.hrl and it is included with:

- - -include_lib("orber/COSS/CosNaming/CosNaming.hrl"). - + -include_lib("orber/COSS/CosNaming/CosNaming.hrl").

There are a number of exceptions that can be returned from functions in this interface.

NotFound is defined as

- --record('CosNaming_NamingContext_NotFound', - {rest_of_name, why}). + +-record('CosNaming_NamingContext_NotFound', + {rest_of_name, why}).

CannotProceed is defined as

- --record('CosNaming_NamingContext_CannotProceed', - {rest_of_name, cxt}). + +-record('CosNaming_NamingContext_CannotProceed', + {rest_of_name, cxt}). +

InvalidName is defined as

- --record('CosNaming_NamingContext_InvalidName', {}). + +-record('CosNaming_NamingContext_InvalidName', {}). +

NotFound is defined as

- --record('CosNaming_NamingContext_NotFound', {}). + -record('CosNaming_NamingContext_NotFound', {}).

AlreadyBound is defined as

- --record('CosNaming_NamingContext_AlreadyBound', {}). + -record('CosNaming_NamingContext_AlreadyBound', {}).

NotEmpty is defined as

- --record('CosNaming_NamingContext_NotEmpty', {). + -record('CosNaming_NamingContext_NotEmpty', {}).

These exceptions are defined in the file CosNaming_NamingContext.hrl and it is included with:

- - -include_lib("orber/COSS/CosNaming/CosNaming_NamingContext.hrl"). + +-include_lib("orber/COSS/CosNaming/CosNaming_NamingContext.hrl"). -- cgit v1.2.3