diff options
author | renatofilho <renato.filho@openbossa.org> | 2010-10-28 17:29:08 -0300 |
---|---|---|
committer | renatofilho <renato.filho@openbossa.org> | 2010-10-28 17:52:44 -0300 |
commit | 8892aa211cb6c3986480abc251c66a494ada4ab9 (patch) | |
tree | 6dcbf7972684d204e7caaca3df911eaeb2a8580d | |
parent | 6b4655799df991b784979d9974680208a8766a8c (diff) | |
download | shiboken-8892aa211cb6c3986480abc251c66a494ada4ab9.tar.gz shiboken-8892aa211cb6c3986480abc251c66a494ada4ab9.tar.xz shiboken-8892aa211cb6c3986480abc251c66a494ada4ab9.zip |
Fixed typesystem in function where is necessary thread save option.
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
-rw-r--r-- | tests/samplebinding/typesystem_sample.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml index 0e9b16ca..60e7e22c 100644 --- a/tests/samplebinding/typesystem_sample.xml +++ b/tests/samplebinding/typesystem_sample.xml @@ -1200,6 +1200,7 @@ <object-type name="Bucket"> <modify-function signature="lock()" allow-thread="yes" /> <modify-function signature="virtualBlockerMethod()" allow-thread="yes"/> + <modify-function signature="callVirtualBlockerMethodButYouDontKnowThis()" allow-thread="yes"/> </object-type> <value-type name="Echo"> |