mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
13 lines
247 B
C++
13 lines
247 B
C++
// -*- C++ -*-
|
|
//
|
|
// $Id: Thread_Adapter.inl 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_INLINE ACE_Thread_Manager *
|
|
ACE_Thread_Adapter::thr_mgr (void)
|
|
{
|
|
return this->thr_mgr_;
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|