summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Repository.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Service_Repository.cpp')
-rw-r--r--ACE/ace/Service_Repository.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/ACE/ace/Service_Repository.cpp b/ACE/ace/Service_Repository.cpp
index 67fbc18e538..a3f618c2a4b 100644
--- a/ACE/ace/Service_Repository.cpp
+++ b/ACE/ace/Service_Repository.cpp
@@ -8,7 +8,7 @@
#include "ace/Service_Types.h"
#include "ace/Object_Manager.h"
-#include "ace/Log_Msg.h"
+#include "ace/Log_Category.h"
#include "ace/ACE.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_errno.h"
@@ -132,7 +132,7 @@ ACE_Service_Repository::fini (void)
ACE_Service_Type *s =
const_cast<ACE_Service_Type *> (this->service_array_[i]);
if (s == 0)
- ACE_DEBUG ((LM_DEBUG,
+ ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("ACE (%P|%t) SR::fini, repo=%@ [%d] -> 0\n"),
this,
i));
@@ -155,7 +155,7 @@ ACE_Service_Repository::fini (void)
#ifndef ACE_NLOGGING
if (ACE::debug ())
{
- ACE_DEBUG ((LM_DEBUG,
+ ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("ACE (%P|%t) SR::fini, repo=%@ [%d], ")
ACE_TEXT ("name=%s, type=%@, object=%@, active=%d\n"),
this,
@@ -187,7 +187,7 @@ ACE_Service_Repository::fini (void)
#ifndef ACE_NLOGGING
if (ACE::debug ())
{
- ACE_DEBUG ((LM_DEBUG,
+ ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("ACE (%P|%t) SR::fini, repo=%@ [%d], ")
ACE_TEXT ("name=%s, type=%@, object=%@, active=%d\n"),
this,
@@ -215,7 +215,7 @@ ACE_Service_Repository::close (void)
#ifndef ACE_NLOGGING
if(ACE::debug ())
- ACE_DEBUG ((LM_DEBUG,
+ ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("ACE (%P|%t) SR::close - repo=%@, size=%d\n"),
this,
this->service_array_.size()));
@@ -233,12 +233,12 @@ ACE_Service_Repository::close (void)
if(ACE::debug ())
{
if (s == 0)
- ACE_DEBUG ((LM_DEBUG,
+ ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("ACE (%P|%t) SR::close - repo=%@ [%d] -> 0\n"),
this,
i));
else
- ACE_DEBUG ((LM_DEBUG,
+ ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("ACE (%P|%t) SR::close - repo=%@ [%d], name=%s, object=%@\n"),
this,
i,
@@ -259,7 +259,7 @@ ACE_Service_Repository::~ACE_Service_Repository (void)
ACE_TRACE ("ACE_Service_Repository::~ACE_Service_Repository");
#ifndef ACE_NLOGGING
if(ACE::debug ())
- ACE_DEBUG ((LM_DEBUG, "ACE (%P|%t) SR::<dtor>, this=%@\n", this));
+ ACELIB_DEBUG ((LM_DEBUG, "ACE (%P|%t) SR::<dtor>, this=%@\n", this));
#endif
this->close ();
}
@@ -341,13 +341,13 @@ ACE_Service_Repository::relocate_i (size_t begin,
if (ACE::debug ())
{
if (type == 0)
- ACE_DEBUG ((LM_DEBUG,
+ ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("ACE (%P|%t) SR::relocate_i - repo=%@ [%d]")
ACE_TEXT (": skipping empty slot\n"),
this,
i));
else
- ACE_DEBUG ((LM_DEBUG,
+ ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("ACE (%P|%t) SR::relocate_i - repo=%@ [%d]")
ACE_TEXT (": trying name=%s, handle: %d -> %d\n"),
this,
@@ -364,7 +364,7 @@ ACE_Service_Repository::relocate_i (size_t begin,
{
#ifndef ACE_NLOGGING
if (ACE::debug ())
- ACE_DEBUG ((LM_DEBUG,
+ ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("ACE (%P|%t) SR::relocate_i - repo=%@ [%d]")
ACE_TEXT (": relocating name=%s, handle: %d -> %d\n"),
this,
@@ -437,7 +437,7 @@ ACE_Service_Repository::insert (const ACE_Service_Type *sr)
}
#ifndef ACE_NLOGGING
if (ACE::debug ())
- ACE_DEBUG ((LM_DEBUG,
+ ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("ACE (%P|%t) SR::insert - repo=%@ [%d],")
ACE_TEXT (" name=%s (%C) (type=%@, object=%@, active=%d)\n"),
this,
@@ -545,7 +545,7 @@ ACE_Service_Repository::remove_i (const ACE_TCHAR name[], ACE_Service_Type **ps)
#ifndef ACE_NLOGGING
if (ACE::debug ())
- ACE_DEBUG ((LM_DEBUG,
+ ACELIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("ACE (%P|%t) SR::remove_i - repo=%@ [%d],")
ACE_TEXT (" name=%s (removed) (type=%@, active=%d)\n"),
this,