summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/doublelock/rtl_doublelocking.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl/doublelock/rtl_doublelocking.cxx')
-rw-r--r--sal/qa/rtl/doublelock/rtl_doublelocking.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/qa/rtl/doublelock/rtl_doublelocking.cxx b/sal/qa/rtl/doublelock/rtl_doublelocking.cxx
index 169c0d8ab337..84685b8880a7 100644
--- a/sal/qa/rtl/doublelock/rtl_doublelocking.cxx
+++ b/sal/qa/rtl/doublelock/rtl_doublelocking.cxx
@@ -109,7 +109,7 @@ protected:
@see ThreadSafeValue
*/
- void SAL_CALL run()
+ void SAL_CALL run() SAL_OVERRIDE
{
while(schedule())
{
@@ -128,7 +128,7 @@ protected:
public:
- virtual void SAL_CALL suspend()
+ virtual void SAL_CALL suspend() SAL_OVERRIDE
{
::osl::Thread::suspend();
}
@@ -154,11 +154,11 @@ namespace rtl_DoubleLocking
public:
// initialise your test code values here.
- void setUp()
+ void setUp() SAL_OVERRIDE
{
}
- void tearDown()
+ void tearDown() SAL_OVERRIDE
{
}