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

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Jump to: navigation, search
m
m (Added category.)
Line 1: Line 1:
State: UTF2  Type: Test
+
Type: Test State: UTF2
  
==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:unsafe"
 
* unshield    - "unshield" a thread safe object and call from "$CPP:unsafe"
Line 9: Line 7:
 
* unshieldAny - "unshield" a thread safe object and call from "$CPP:unsafe"
 
* unshieldAny - "unshield" a thread safe object and call from "$CPP:unsafe"
  
===Execute===
+
==Execute==
 
<platform>/bin/Shield.test
 
<platform>/bin/Shield.test
  
===Files===
+
==Files==
 
* cppu/test/Shield/Shield.test.cxx  -r1.1.2.1
 
* cppu/test/Shield/Shield.test.cxx  -r1.1.2.1
 
* cppu/test/Shield/makefile.mk      -r1.1.2.1
 
* cppu/test/Shield/makefile.mk      -r1.1.2.1
Line 18: Line 16:
  
 
[[Category:Uno:Cpp:Test]]
 
[[Category:Uno:Cpp:Test]]
 +
[[Category:Uno:Binary:CPPU:Test]]
 
[[Category:UTF2]]
 
[[Category:UTF2]]

Revision as of 11:14, 26 October 2006

Type: Test State: UTF2

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