summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp')
-rw-r--r--TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp b/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp
index 1ee15b30fcb..ea8601551c0 100644
--- a/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp
+++ b/TAO/orbsvcs/examples/Notify/Lanes/ORB_Run_Task.cpp
@@ -2,19 +2,19 @@
#include "ORB_Run_Task.h"
-ACE_RCSID(Notify, TAO_NS_ORB_Run_Task, "$id$")
+ACE_RCSID(Notify, TAO_Notify_ORB_Run_Task, "$id$")
-TAO_NS_ORB_Run_Task::TAO_NS_ORB_Run_Task (TAO_NS_ORB_Objects& orb_objects)
+TAO_Notify_ORB_Run_Task::TAO_Notify_ORB_Run_Task (TAO_Notify_ORB_Objects& orb_objects)
: orb_objects_ (orb_objects)
{
}
-TAO_NS_ORB_Run_Task::~TAO_NS_ORB_Run_Task ()
+TAO_Notify_ORB_Run_Task::~TAO_Notify_ORB_Run_Task ()
{
}
int
-TAO_NS_ORB_Run_Task::svc (void)
+TAO_Notify_ORB_Run_Task::svc (void)
{
ACE_TRY_NEW_ENV
{