From 76ff26a3c209408c962a6115bf3426b2a55bd68a Mon Sep 17 00:00:00 2001 From: Niclas Eklund Date: Tue, 16 Mar 2010 09:14:47 +0000 Subject: Corrected spelling --- lib/cosTransactions/doc/src/ch_example.xml | 10 ++++++---- lib/ic/doc/src/ch_c_mapping.xml | 8 ++++---- 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'lib') diff --git a/lib/cosTransactions/doc/src/ch_example.xml b/lib/cosTransactions/doc/src/ch_example.xml index 65350166f0..026bfc467e 100644 --- a/lib/cosTransactions/doc/src/ch_example.xml +++ b/lib/cosTransactions/doc/src/ch_example.xml @@ -4,7 +4,7 @@
- 19992009 + 19992010 Ericsson AB. All Rights Reserved. @@ -13,12 +13,12 @@ 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. - + cosTransactions Examples @@ -83,7 +83,9 @@ module ownResourceImpl { commit_one_phase/1 - if possible, the Resource should commit all changes made as part of the transaction. This operation can only be used if the Resource is the only child of its parent. forget/1 - this operation informs the Resource that it is safe to forget any - Heuristic decisions is a unilateral decision by a participant to commit or rollback without receiving the true outcome of the transaction from its parents coordinator.and the knowledge of the transaction. + Heuristic decisions is a unilateral decision by a participant to commit + or rollback without receiving the true outcome of the transaction from its parent's coordinator. + and the knowledge of the transaction. ownFunctions - all application specific operations.

If the participant wants to be notified when a subtransaction commits, we must also implement the following operations diff --git a/lib/ic/doc/src/ch_c_mapping.xml b/lib/ic/doc/src/ch_c_mapping.xml index f5a921bfd2..23a9361c2c 100644 --- a/lib/ic/doc/src/ch_c_mapping.xml +++ b/lib/ic/doc/src/ch_c_mapping.xml @@ -4,7 +4,7 @@

- 19982009 + 19982010 Ericsson AB. All Rights Reserved. @@ -13,12 +13,12 @@ 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. - + IDL to C mapping @@ -804,7 +804,7 @@ CORBA_Environment* oe_env) octets

-

The erlang binary IDL type is defined in erlang.idl, while it's +

The erlang binary IDL type is defined in erlang.idl, while its C definition is located in the ic.h header file, both in the /include]]> directory. The user will have to include the file erlang.idl in order to use the -- cgit v1.2.3