summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-27 11:03:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-27 11:03:02 +0000
commitc58882fda80b63baac3360001b0fdf251d96e0eb (patch)
tree4671b68aa2f0bf6d2f1591aa0ed2b5d0b6e864b1 /ucb
parent0fcf3e67623814b269e68f6cf5c6648f7cfdb5a6 (diff)
fix msvc2005 build
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/NeonLockStore.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/NeonLockStore.cxx b/ucb/source/ucp/webdav/NeonLockStore.cxx
index 3c84ad337b17..77e62589f26f 100644
--- a/ucb/source/ucp/webdav/NeonLockStore.cxx
+++ b/ucb/source/ucp/webdav/NeonLockStore.cxx
@@ -80,7 +80,7 @@ void TickerThread::execute()
TimeValue aTV;
aTV.Seconds = 0;
aTV.Nanosec = 1000000000 / nNth;
- osl::Thread::wait( aTV );
+ salhelper::Thread::wait( aTV );
}
OSL_TRACE( "TickerThread: stop." );