Difference between revisions of "Uno/Binary/Impl/Cascaded Mapping"

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Added: changes.)
m (Updated state.)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
author:  [[User:Kr|Kr]]   <br>
+
Type: Implementation  State: Finished [[CWS]]: {{Uno/CWS|SRC680|bunoexttm}} Availability: URE 1.3
version: {{REVISIONID}}   <br>
+
state:  UTF2              <br>
+
created: 12/22/2005        <br>
+
type:   impl. description <br>
+
  
== Binary UNO Runtime ==
 
=== Cascaded Mappings ===
 
  
; Headers:
+
Implementation of [[Uno/Spec/Cascaded Mapping|cascaded mapping]] for [[Uno/Binary|Binary Uno]]. Please see [[Uno/Binary/Spec/Cascaded Mapping|specification]].
  
;Link Libraries : None.
+
The mapping function checks, if any of the passed in environments is a purpose environment. If so, the purpose environment mapping function is called.
  
;Known Issues : None.
+
==Files==
 +
* {{Uno/UDKlink|cppu/source/uno/cascade_mapping.cxx}}
 +
* {{Uno/UDKlink|cppu/source/uno/cascade_mapping.hxx}}
  
;Dependencies:
+
==Tests==
 +
* [[../../Test/Cascaded Mapping]]
  
; Files:
+
==Dependencies==
:* cppu/source/uno/lbmap.cxx          -r1.22.90.2
+
* [[Uno/Binary/Spec/Cascaded Mapping]].
:* cppu/source/uno/makefile.mk        -r1.3.134.3
+
:* cppu/source/uno/cascade_mapping.cxx -r1.1.2.1 - -r1.1.2.2
+
:* cppu/source/uno/cascade_mapping.hxx -r1.1.2.1
+
  
; Changes
+
 
: The mapping function checks, if any of the passed in environments is a purpose environment. If so, the purpose environment mapping function is called.
+
[[Category:Impl]]
 +
[[Category:Module:CPPU]]
 +
[[Category:Uno]]
 +
[[Category:Uno:Binary]]

Latest revision as of 11:50, 22 May 2007

Type: Implementation State: Finished CWS: bunoexttm Availability: URE 1.3


Implementation of cascaded mapping for Binary Uno. Please see specification.

The mapping function checks, if any of the passed in environments is a purpose environment. If so, the purpose environment mapping function is called.

Files

Tests

Dependencies

Personal tools