Compile fix for OSX

This commit is contained in:
Aleric Inglewood
2012-08-31 05:23:20 +02:00
parent ea4d32b4ad
commit 484fff444f
3 changed files with 13 additions and 9 deletions

View File

@@ -50,6 +50,7 @@ void AIThreadID::set_current_thread_id(void)
#endif
}
#ifndef LL_DARWIN
void AIThreadID::reset(void)
{
mID = lCurrentThread;
@@ -69,6 +70,7 @@ apr_os_thread_t AIThreadID::getCurrentThread(void)
{
return lCurrentThread;
}
#endif
std::ostream& operator<<(std::ostream& os, AIThreadID const& id)
{