mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
13 lines
241 B
C++
13 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
|