Difference between revisions of "Uno/Cpp/Test/Shield Helpers"

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
(Fixed content.)
m (Minor fixes, reworked layout.)
Line 1: Line 1:
version: {{REVISIONID}} <br>
+
State: UTF2 Type: Test
state:  UTF2           <br>
+
type:   test          <br>
+
  
== Shield Helpers ==
+
==Shield Helpers==
  
;Tests
+
===Tests===
: shield      - "shield" a thread unsafe object and call from "$CPP"
+
* shield      - "shield" a thread unsafe object and call from "$CPP"
: unshield    - "unshield" a thread safe object and call from "$CPP:mutex"
+
* unshield    - "unshield" a thread safe object and call from "$CPP:unsafe"
: shieldAny  - "shield" a thread unsafe object and call from "$CPP"
+
* shieldAny  - "shield" a thread unsafe object and call from "$CPP"
: unshieldAny - "unshield" a thread safe object and call from "$CPP:mutex"
+
* unshieldAny - "unshield" a thread safe object and call from "$CPP:unsafe"
  
;Execute : Shield.test
+
===Execute===
 +
<platform>/bin/Shield.test
  
;Known Issues: None.
+
===Files===
 +
* cppu/test/Shield/Shield.test.cxx  -r1.1.2.1
 +
* cppu/test/Shield/makefile.mk      -r1.1.2.1
  
;Files
 
: cppu/test/Shield/Shield.test.cxx  -r1.1.2.1
 
: cppu/test/Shield/makefile.mk      -r1.1.2.1
 
  
 
[[Category:Uno:Cpp:Test]]
 
[[Category:Uno:Cpp:Test]]

Revision as of 11:55, 25 October 2006

State: UTF2 Type: Test

Shield Helpers

Tests

  • shield - "shield" a thread unsafe object and call from "$CPP"
  • unshield - "unshield" a thread safe object and call from "$CPP:unsafe"
  • shieldAny - "shield" a thread unsafe object and call from "$CPP"
  • unshieldAny - "unshield" a thread safe object and call from "$CPP:unsafe"

Execute

<platform>/bin/Shield.test

Files

  • cppu/test/Shield/Shield.test.cxx -r1.1.2.1
  • cppu/test/Shield/makefile.mk -r1.1.2.1
Personal tools