mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
Applied dep and realm updates
This commit is contained in:
parent
12257a5bc2
commit
5260602e28
2020 changed files with 39571 additions and 173090 deletions
42
dep/acelite/ace/Monitor_Admin_Manager.cpp
Normal file
42
dep/acelite/ace/Monitor_Admin_Manager.cpp
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
// $Id: Monitor_Admin_Manager.cpp 81691 2008-05-14 11:09:21Z johnnyw $
|
||||
|
||||
#include "ace/Monitor_Admin_Manager.h"
|
||||
|
||||
#if defined (ACE_HAS_MONITOR_FRAMEWORK) && (ACE_HAS_MONITOR_FRAMEWORK == 1)
|
||||
|
||||
#include "ace/Service_Config.h"
|
||||
|
||||
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
||||
|
||||
namespace ACE
|
||||
{
|
||||
namespace Monitor_Control
|
||||
{
|
||||
Monitor_Admin&
|
||||
Monitor_Admin_Manager::admin (void)
|
||||
{
|
||||
return this->admin_;
|
||||
}
|
||||
|
||||
int
|
||||
Monitor_Admin_Manager::Initializer (void)
|
||||
{
|
||||
return
|
||||
ACE_Service_Config::process_directive (ace_svc_desc_MC_ADMINMANAGER);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ACE_END_VERSIONED_NAMESPACE_DECL
|
||||
|
||||
ACE_STATIC_SVC_DEFINE (MC_ADMINMANAGER,
|
||||
ACE_TEXT ("MC_ADMINMANAGER"),
|
||||
ACE_SVC_OBJ_T,
|
||||
&ACE_SVC_NAME (MC_ADMINMANAGER),
|
||||
ACE_Service_Type::DELETE_THIS
|
||||
| ACE_Service_Type::DELETE_OBJ,
|
||||
0)
|
||||
ACE_FACTORY_DEFINE (ACE, MC_ADMINMANAGER)
|
||||
|
||||
#endif /* ACE_HAS_MONITOR_FRAMEWORK==1 */
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue