mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
Add missing const in ThreadImpl::getAffinityImpl for WINCE
This commit is contained in:
parent
1b8a7c1664
commit
745d5fb025
@ -152,7 +152,7 @@ inline void ThreadImpl::setAffinityImpl(unsigned cpu)
|
||||
throw Poco::NotImplementedException("Thread affinity not supported on this system");
|
||||
}
|
||||
|
||||
inline unsigned ThreadImpl::getAffinityImpl()
|
||||
inline unsigned ThreadImpl::getAffinityImpl() const
|
||||
{
|
||||
throw Poco::NotImplementedException("Thread affinity not supported on this system");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user