summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-06 21:41:59 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-06 21:41:59 +0000
commit841fa191a1b0d5cc11126ab8ebcfabe81e67cdf3 (patch)
tree81718fd25f82ab70bf2b1fe6f14b52a7f7df9b56 /TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp
parentc070c5964e6e0a9eb3aafb291d65ff0f7c6944a9 (diff)
downloadATCD-841fa191a1b0d5cc11126ab8ebcfabe81e67cdf3.tar.gz
ChangeLogTag: Sun Jul 06 17:40:19 2003 Pradeep Gore <pradeep@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp b/TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp
index e449e049440..8976cd3e561 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp
@@ -8,28 +8,28 @@ ACE_RCSID(lib, TAO_Filter_Command, "$id$")
#include "LookupManager.h"
#include "Name.h"
-TAO_NS_Filter_Command::TAO_NS_Filter_Command (void)
+TAO_Notify_Tests_Filter_Command::TAO_Notify_Tests_Filter_Command (void)
{
}
-TAO_NS_Filter_Command::~TAO_NS_Filter_Command ()
+TAO_Notify_Tests_Filter_Command::~TAO_Notify_Tests_Filter_Command ()
{
}
const char*
-TAO_NS_Filter_Command::get_name (void)
+TAO_Notify_Tests_Filter_Command::get_name (void)
{
- return TAO_NS_Filter_Command::name ();
+ return TAO_Notify_Tests_Filter_Command::name ();
}
const char*
-TAO_NS_Filter_Command::name (void)
+TAO_Notify_Tests_Filter_Command::name (void)
{
- return TAO_NS_Name::filter_command;
+ return TAO_Notify_Tests_Name::filter_command;
}
void
-TAO_NS_Filter_Command::init (ACE_Arg_Shifter& arg_shifter)
+TAO_Notify_Tests_Filter_Command::init (ACE_Arg_Shifter& arg_shifter)
{
if (arg_shifter.is_anything_left ())
{
@@ -98,7 +98,7 @@ TAO_NS_Filter_Command::init (ACE_Arg_Shifter& arg_shifter)
}
void
-TAO_NS_Filter_Command::handle_create_filter_factory (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Tests_Filter_Command::handle_create_filter_factory (ACE_ENV_SINGLE_ARG_DECL)
{
CosNotifyChannelAdmin::EventChannel_var ec;
@@ -114,7 +114,7 @@ TAO_NS_Filter_Command::handle_create_filter_factory (ACE_ENV_SINGLE_ARG_DECL)
}
void
-TAO_NS_Filter_Command::handle_create_filter (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Tests_Filter_Command::handle_create_filter (ACE_ENV_SINGLE_ARG_DECL)
{
CosNotifyFilter::FilterFactory_var ff;
@@ -130,7 +130,7 @@ TAO_NS_Filter_Command::handle_create_filter (ACE_ENV_SINGLE_ARG_DECL)
}
void
-TAO_NS_Filter_Command::handle_add_constraint (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Tests_Filter_Command::handle_add_constraint (ACE_ENV_SINGLE_ARG_DECL)
{
CosNotifyFilter::Filter_var filter;
@@ -149,7 +149,7 @@ TAO_NS_Filter_Command::handle_add_constraint (ACE_ENV_SINGLE_ARG_DECL)
}
void
-TAO_NS_Filter_Command::handle_add_filter (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Tests_Filter_Command::handle_add_filter (ACE_ENV_SINGLE_ARG_DECL)
{
CosNotifyFilter::Filter_var filter;
@@ -166,7 +166,7 @@ TAO_NS_Filter_Command::handle_add_filter (ACE_ENV_SINGLE_ARG_DECL)
}
void
-TAO_NS_Filter_Command::handle_destroy_filter (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Tests_Filter_Command::handle_destroy_filter (ACE_ENV_SINGLE_ARG_DECL)
{
CosNotifyFilter::Filter_var filter;
@@ -178,7 +178,7 @@ TAO_NS_Filter_Command::handle_destroy_filter (ACE_ENV_SINGLE_ARG_DECL)
}
void
-TAO_NS_Filter_Command::execute_i (ACE_ENV_SINGLE_ARG_DECL)
+TAO_Notify_Tests_Filter_Command::execute_i (ACE_ENV_SINGLE_ARG_DECL)
{
if (this->command_ == CREATE_FACTORY)
{