mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 13:29:41 -04:00
5651828bf7
* Updated to 6721 and 676 * Fixed TrinityScript logo * Version updated to 0.2.6721.676 --HG-- branch : trunk rename : 6700-670 => 6721-676
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
|