mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[Rel21] Stage 1 of updates for Rel21 Build System
This commit is contained in:
parent
13292befd6
commit
fdefc0869a
1951 changed files with 40474 additions and 252610 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// $Id: Service_Object.cpp 93539 2011-03-13 09:40:44Z vzykov $
|
||||
// $Id: Service_Object.cpp 96985 2013-04-11 15:50:32Z huangh $
|
||||
|
||||
#include "ace/config-all.h"
|
||||
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
#include "ace/Service_Types.h"
|
||||
#include "ace/DLL.h"
|
||||
#include "ace/ACE.h"
|
||||
#include "ace/Log_Msg.h"
|
||||
#include "ace/Log_Category.h"
|
||||
#if defined (ACE_OPENVMS)
|
||||
# include "ace/Lib_Find.h"
|
||||
#endif
|
||||
|
|
@ -84,7 +84,7 @@ int
|
|||
ACE_Service_Type::fini (void)
|
||||
{
|
||||
if (ACE::debug ())
|
||||
ACE_DEBUG ((LM_DEBUG,
|
||||
ACELIB_DEBUG ((LM_DEBUG,
|
||||
ACE_TEXT ("ACE (%P|%t) ST::fini - destroying name=%s, dll=%s\n"),
|
||||
this->name_,
|
||||
this->dll_.dll_name_));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue