mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-19 06:19:38 -04:00
32546e2282
--HG-- branch : trunk
14 lines
241 B
C++
14 lines
241 B
C++
// -*- C++ -*-
|
|
//
|
|
// $Id: Process_Manager.inl 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_INLINE size_t
|
|
ACE_Process_Manager::managed (void) const
|
|
{
|
|
return current_count_;
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|