summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp b/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp
index 08d1dd913b9..306e963b614 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Delivery_Request.cpp
@@ -30,14 +30,14 @@ Delivery_Request::Delivery_Request (const Routing_Slip_Ptr & routing_slip, size_
, request_id_ (request_id)
, delivery_type_ (0)
{
- if (DEBUG_LEVEL > 8) ACE_DEBUG ((LM_DEBUG,
+ if (DEBUG_LEVEL > 8) ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) Delivery_Request:: constructor\n")
));
}
Delivery_Request::~Delivery_Request ()
{
- if (DEBUG_LEVEL > 8) ACE_DEBUG ((LM_DEBUG,
+ if (DEBUG_LEVEL > 8) ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) Delivery_Request:: destructor\n")
));
}