rtems: reference to 'Thread' is ambiguous

This commit is contained in:
Matej Sekoranja
2016-03-03 00:29:54 +01:00
parent a27df1f8f4
commit 9b6fdaaaff
3 changed files with 5 additions and 5 deletions

View File

@@ -3186,7 +3186,7 @@ namespace epics {
ValueHolder valueHolder(codec);
Event done;
Thread thr(Thread::Config(&valueHolder)
epics::pvData::Thread thr(epics::pvData::Thread::Config(&valueHolder)
.name("testBlockingProcessQueueTest-processThread"));
valueHolder.waiter.wait();