diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-27 11:03:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-27 11:03:02 +0000 |
commit | c58882fda80b63baac3360001b0fdf251d96e0eb (patch) | |
tree | 4671b68aa2f0bf6d2f1591aa0ed2b5d0b6e864b1 /ucb | |
parent | 0fcf3e67623814b269e68f6cf5c6648f7cfdb5a6 (diff) |
fix msvc2005 build
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/NeonLockStore.cxx | 2 |
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." ); |