summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/lib')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Application_Command.cpp2
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Command.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Command_Builder.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Command_Factory.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Command_Factory_T.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Consumer_T.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Direct_Supplier.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Driver.cpp2
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Driver.h1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Factories_Define.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Filter_Command.h1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/LookupManager.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Name.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Options_Parser.cpp2
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Peer.h1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.h1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Priority_Mapping.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/PushConsumer.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/PushSupplier.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/SequencePushSupplier.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/StructuredEvent.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/StructuredPushSupplier.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.cpp1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.h1
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Supplier_T.cpp1
36 files changed, 0 insertions, 39 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/Application_Command.cpp b/TAO/orbsvcs/tests/Notify/lib/Application_Command.cpp
index 3ebb4709a2d..071e9000daf 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Application_Command.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Application_Command.cpp
@@ -1,7 +1,6 @@
#include "Application_Command.h"
-
#include "tao/PortableServer/PortableServer.h"
#include "LookupManager.h"
#include "Name.h"
@@ -127,7 +126,6 @@ TAO_Notify_Tests_Application_Command::handle_shutdown (void)
LOOKUP_MANAGER->resolve (driver);
driver->shutdown ();
-
}
void
diff --git a/TAO/orbsvcs/tests/Notify/lib/Command.cpp b/TAO/orbsvcs/tests/Notify/lib/Command.cpp
index 96dff4a1d34..4b7de8fcb56 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Command.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Command.cpp
@@ -6,7 +6,6 @@
#include "ace/Log_Msg.h"
-
TAO_Notify_Tests_Command::TAO_Notify_Tests_Command (void)
:next_ (0), command_ (INVALID)
{
diff --git a/TAO/orbsvcs/tests/Notify/lib/Command_Builder.cpp b/TAO/orbsvcs/tests/Notify/lib/Command_Builder.cpp
index 94c10a875ba..9b76abd6578 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Command_Builder.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Command_Builder.cpp
@@ -6,7 +6,6 @@
#include "Name.h"
-
TAO_Notify_Tests_Command_Builder::TAO_Notify_Tests_Command_Builder (void)
: start_command_ (0),
last_command_ (0)
diff --git a/TAO/orbsvcs/tests/Notify/lib/Command_Factory.cpp b/TAO/orbsvcs/tests/Notify/lib/Command_Factory.cpp
index ecb1789c077..b9e7c2e70c3 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Command_Factory.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Command_Factory.cpp
@@ -2,7 +2,6 @@
#include "Command_Factory.h"
-
TAO_Notify_Tests_Command_Factory::TAO_Notify_Tests_Command_Factory (void)
{
}
diff --git a/TAO/orbsvcs/tests/Notify/lib/Command_Factory_T.cpp b/TAO/orbsvcs/tests/Notify/lib/Command_Factory_T.cpp
index ad72f569edc..f4b2ebdf7b7 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Command_Factory_T.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Command_Factory_T.cpp
@@ -4,7 +4,6 @@
#include "Command_Factory_T.h"
-
#include "ace/Dynamic_Service.h"
#include "tao/debug.h"
#include "Command_Builder.h"
diff --git a/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.cpp b/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.cpp
index f64c5988d5f..7aa1dac3b08 100644
--- a/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.cpp
@@ -1,7 +1,6 @@
#include "ConsumerAdmin_Command.h"
-
#include "LookupManager.h"
#include "Name.h"
#include "Options_Parser.h"
diff --git a/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h b/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h
index c211128edf0..221c3eceafb 100644
--- a/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/ConsumerAdmin_Command.h
@@ -44,7 +44,6 @@ public:
static const char* name (void);
protected:
-
/// = Data Members
#ifdef HPUX_11
// Remove clash with /usr/include/machine/cpu.h and /usr/include/pa/cpu.h
diff --git a/TAO/orbsvcs/tests/Notify/lib/Consumer_T.cpp b/TAO/orbsvcs/tests/Notify/lib/Consumer_T.cpp
index 615acf230fe..ab4ea2c7edf 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Consumer_T.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Consumer_T.cpp
@@ -4,7 +4,6 @@
#include "Consumer_T.h"
-
template <class Consumer_Traits>
TAO_Notify_Tests_Consumer_T<Consumer_Traits>::TAO_Notify_Tests_Consumer_T (void)
{
diff --git a/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.cpp b/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.cpp
index 7d967fc85e2..4c356f12e5d 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Direct_Consumer.cpp
@@ -1,7 +1,6 @@
#include "Direct_Consumer.h"
-
#include "LookupManager.h"
TAO_Notify_Tests_Direct_Consumer::TAO_Notify_Tests_Direct_Consumer (void)
diff --git a/TAO/orbsvcs/tests/Notify/lib/Direct_Supplier.cpp b/TAO/orbsvcs/tests/Notify/lib/Direct_Supplier.cpp
index e9c66c60d25..d45f244a88b 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Direct_Supplier.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Direct_Supplier.cpp
@@ -5,7 +5,6 @@
#endif /* __ACE_INLINE__ */
-
#include "LookupManager.h"
TAO_Notify_Tests_Direct_Supplier::TAO_Notify_Tests_Direct_Supplier (ACE_CString& target)
diff --git a/TAO/orbsvcs/tests/Notify/lib/Driver.cpp b/TAO/orbsvcs/tests/Notify/lib/Driver.cpp
index 45850fbc5e2..32d9d5675a8 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Driver.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Driver.cpp
@@ -1,7 +1,6 @@
#include "Driver.h"
-
#include "ace/Dynamic_Service.h"
#include "ace/Thread_Manager.h"
#include "ace/Arg_Shifter.h"
@@ -152,7 +151,6 @@ TAO_Notify_Tests_ORB_Run_Worker::svc (void)
ACE_DEBUG ((LM_ERROR, "Running ORB, timeout in %d sec\n", this->run_period_.sec ()));
this->orb_->run ();
-
}
catch (const CORBA::Exception&)
{
diff --git a/TAO/orbsvcs/tests/Notify/lib/Driver.h b/TAO/orbsvcs/tests/Notify/lib/Driver.h
index 054eba9e8f9..babb998dd5a 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Driver.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Driver.h
@@ -50,7 +50,6 @@ private:
};
-
/**
* Run a server thread
*
diff --git a/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.cpp b/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.cpp
index 16745bb20e5..7e23a78a5bb 100644
--- a/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/EventChannel_Command.cpp
@@ -2,7 +2,6 @@
#include "ace/Log_Msg.h"
-
#include "LookupManager.h"
#include "Name.h"
#include "Options_Parser.h"
diff --git a/TAO/orbsvcs/tests/Notify/lib/Factories_Define.cpp b/TAO/orbsvcs/tests/Notify/lib/Factories_Define.cpp
index 1822f47896d..9311312b506 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Factories_Define.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Factories_Define.cpp
@@ -1,7 +1,6 @@
#include "Factories_Define.h"
-
#include "Name.h"
#include "Command_Factory_T.h"
diff --git a/TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp b/TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp
index 93fe8e5af33..64a1003095c 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Filter_Command.cpp
@@ -2,7 +2,6 @@
#include "ace/Log_Msg.h"
-
#include "LookupManager.h"
#include "Name.h"
diff --git a/TAO/orbsvcs/tests/Notify/lib/Filter_Command.h b/TAO/orbsvcs/tests/Notify/lib/Filter_Command.h
index 3389c9b0186..5b774ff10bd 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Filter_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Filter_Command.h
@@ -44,7 +44,6 @@ public:
static const char* name (void);
protected:
-
#ifdef HPUX_11
// Remove clash with /usr/include/machine/cpu.h and /usr/include/pa/cpu.h
#undef COMMAND
diff --git a/TAO/orbsvcs/tests/Notify/lib/LookupManager.cpp b/TAO/orbsvcs/tests/Notify/lib/LookupManager.cpp
index 492a6a2f2bf..d2cbf162200 100644
--- a/TAO/orbsvcs/tests/Notify/lib/LookupManager.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/LookupManager.cpp
@@ -2,7 +2,6 @@
#include "ace/OS_NS_string.h"
-
#include "Name.h"
TAO_Notify_Tests_LookupManager::TAO_Notify_Tests_LookupManager (void)
diff --git a/TAO/orbsvcs/tests/Notify/lib/Name.cpp b/TAO/orbsvcs/tests/Notify/lib/Name.cpp
index f86ec08f39e..e0594607bd6 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Name.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Name.cpp
@@ -1,7 +1,6 @@
#include "Name.h"
-
#define TAO_Notify_Tests_DECLARE_NAME(target, name) \
const char* const TAO_Notify_Tests_Name::target = name;
diff --git a/TAO/orbsvcs/tests/Notify/lib/Options_Parser.cpp b/TAO/orbsvcs/tests/Notify/lib/Options_Parser.cpp
index 42a2d0a676d..1f5f98fb996 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Options_Parser.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Options_Parser.cpp
@@ -95,7 +95,6 @@ TAO_Notify_Tests_Options_Parser::execute (CosNotification::QoSProperties& qos, A
qos.length (1);
qos[0].name = CORBA::string_dup (NotifyExt::ThreadPool);
qos[0].value <<= tp_params;
-
} /* ThreadPool */
else if (arg_shifter.cur_arg_strncasecmp (ACE_TEXT("-Lanes")) == 0) // -Lanes lane_count -Lane prio static_thr dy_thr
{
@@ -149,6 +148,5 @@ TAO_Notify_Tests_Options_Parser::execute (CosNotification::QoSProperties& qos, A
qos.length (1);
qos[0].name = CORBA::string_dup (NotifyExt::ThreadPoolLanes);
qos[0].value <<= tpl_params;
-
} /* ThreadPoolLane */
}
diff --git a/TAO/orbsvcs/tests/Notify/lib/Peer.h b/TAO/orbsvcs/tests/Notify/lib/Peer.h
index d4ee7d05813..35e8c0c23c7 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Peer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Peer.h
@@ -48,7 +48,6 @@ public:
const ACE_CString& get_name (void);
protected:
-
/// My name.
ACE_CString name_;
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.h b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.h
index 3ce0155662e..2dec98e86d7 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.h
@@ -49,7 +49,6 @@ public:
void dump_stats (ACE_TCHAR* msg, int dump_samples);
protected:
-
virtual void push_structured_event (
const CosNotification::StructuredEvent & notification);
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.cpp b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.cpp
index d3971798566..fabecb84dc7 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer_Command.cpp
@@ -83,7 +83,6 @@ TAO_Notify_Tests_Periodic_Consumer_Command::init (ACE_Arg_Shifter& arg_shifter)
}
consumer->init_state (arg_shifter);
-
} /* -Create */
else if (arg_shifter.cur_arg_strncasecmp (ACE_TEXT("-Subscription")) == 0) // -Subscription admin_name +added_type1 +-added_type2 ... -added_type3 -added_type4..
{
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
index 77000e7abd5..f8d3ee9a8c4 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier.h
@@ -57,7 +57,6 @@ public:
const char* proxy_name (void);
protected:
-
/// svc method.
void handle_svc (void);
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h
index 8d2be6a6a5b..7f91d2ecff8 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Supplier_Command.h
@@ -46,7 +46,6 @@ public:
static const char* name (void);
protected:
-
#ifdef HPUX_11
// Remove clash with /usr/include/machine/cpu.h and /usr/include/pa/cpu.h
#undef COMMAND
diff --git a/TAO/orbsvcs/tests/Notify/lib/Priority_Mapping.cpp b/TAO/orbsvcs/tests/Notify/lib/Priority_Mapping.cpp
index 19e60fa7c72..5b65827eef4 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Priority_Mapping.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Priority_Mapping.cpp
@@ -1,7 +1,6 @@
#include "Priority_Mapping.h"
-
TAO_Notify_Tests_Priority_Mapping::~TAO_Notify_Tests_Priority_Mapping (void)
{
}
diff --git a/TAO/orbsvcs/tests/Notify/lib/PushConsumer.cpp b/TAO/orbsvcs/tests/Notify/lib/PushConsumer.cpp
index 9358f2326ba..21b198b5164 100644
--- a/TAO/orbsvcs/tests/Notify/lib/PushConsumer.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/PushConsumer.cpp
@@ -5,7 +5,6 @@
#endif /* __ACE_INLINE__ */
-
TAO_Notify_Tests_PushConsumer_Traits::TAO_Notify_Tests_PushConsumer_Traits (void)
:type_ (CosNotifyChannelAdmin::ANY_EVENT)
{
diff --git a/TAO/orbsvcs/tests/Notify/lib/PushSupplier.cpp b/TAO/orbsvcs/tests/Notify/lib/PushSupplier.cpp
index e32616ff243..c06dc8c17a7 100644
--- a/TAO/orbsvcs/tests/Notify/lib/PushSupplier.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/PushSupplier.cpp
@@ -5,7 +5,6 @@
#endif /* __ACE_INLINE__ */
-
TAO_Notify_Tests_PushSupplier_Traits::TAO_Notify_Tests_PushSupplier_Traits (void)
:type_ (CosNotifyChannelAdmin::ANY_EVENT)
{
diff --git a/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.cpp b/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.cpp
index 4e6aeca4a33..5341b868cdc 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Relay_Consumer.cpp
@@ -1,7 +1,6 @@
#include "Relay_Consumer.h"
-
#include "LookupManager.h"
TAO_Notify_Tests_Relay_Consumer::TAO_Notify_Tests_Relay_Consumer (ACE_CString& destination)
diff --git a/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp b/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp
index a9d59c40b55..69f1580fac4 100644
--- a/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/SequencePushConsumer.cpp
@@ -5,7 +5,6 @@
#endif /* __ACE_INLINE__ */
-
TAO_Notify_Tests_SequencePushConsumer_Traits::TAO_Notify_Tests_SequencePushConsumer_Traits (void)
:type_ (CosNotifyChannelAdmin::SEQUENCE_EVENT)
{
diff --git a/TAO/orbsvcs/tests/Notify/lib/SequencePushSupplier.cpp b/TAO/orbsvcs/tests/Notify/lib/SequencePushSupplier.cpp
index bdb78afc0d3..7898a9101fb 100644
--- a/TAO/orbsvcs/tests/Notify/lib/SequencePushSupplier.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/SequencePushSupplier.cpp
@@ -5,7 +5,6 @@
#endif /* __ACE_INLINE__ */
-
TAO_Notify_Tests_SequencePushSupplier_Traits::TAO_Notify_Tests_SequencePushSupplier_Traits (void)
:type_ (CosNotifyChannelAdmin::SEQUENCE_EVENT)
{
diff --git a/TAO/orbsvcs/tests/Notify/lib/StructuredEvent.cpp b/TAO/orbsvcs/tests/Notify/lib/StructuredEvent.cpp
index 45d6bd1add4..9ef61bfdd45 100644
--- a/TAO/orbsvcs/tests/Notify/lib/StructuredEvent.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/StructuredEvent.cpp
@@ -1,7 +1,6 @@
#include "StructuredEvent.h"
-
TAO_Notify_Tests_StructuredEvent::TAO_Notify_Tests_StructuredEvent (void)
{
}
diff --git a/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.cpp b/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.cpp
index 3c47d0c1201..acd8e77f3d1 100644
--- a/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/StructuredPushConsumer.cpp
@@ -5,7 +5,6 @@
#endif /* __ACE_INLINE__ */
-
TAO_Notify_Tests_StructuredPushConsumer_Traits::TAO_Notify_Tests_StructuredPushConsumer_Traits (void)
:type_ (CosNotifyChannelAdmin::STRUCTURED_EVENT)
{
diff --git a/TAO/orbsvcs/tests/Notify/lib/StructuredPushSupplier.cpp b/TAO/orbsvcs/tests/Notify/lib/StructuredPushSupplier.cpp
index b5ef2bfc9f6..02d9fae6808 100644
--- a/TAO/orbsvcs/tests/Notify/lib/StructuredPushSupplier.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/StructuredPushSupplier.cpp
@@ -5,7 +5,6 @@
#endif /* __ACE_INLINE__ */
-
TAO_Notify_Tests_StructuredPushSupplier_Traits::TAO_Notify_Tests_StructuredPushSupplier_Traits (void)
:type_ (CosNotifyChannelAdmin::STRUCTURED_EVENT)
{
diff --git a/TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.cpp b/TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.cpp
index 5735508d687..b3b91fae728 100644
--- a/TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.cpp
@@ -1,7 +1,6 @@
#include "SupplierAdmin_Command.h"
-
#include "LookupManager.h"
#include "Name.h"
#include "Options_Parser.h"
diff --git a/TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.h b/TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.h
index aa4119f149d..5652a2d05c8 100644
--- a/TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.h
+++ b/TAO/orbsvcs/tests/Notify/lib/SupplierAdmin_Command.h
@@ -44,7 +44,6 @@ public:
static const char* name (void);
protected:
-
#ifdef HPUX_11
// Remove clash with /usr/include/machine/cpu.h and /usr/include/pa/cpu.h
#undef COMMAND
diff --git a/TAO/orbsvcs/tests/Notify/lib/Supplier_T.cpp b/TAO/orbsvcs/tests/Notify/lib/Supplier_T.cpp
index 33fb119d383..75e2ce86f1b 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Supplier_T.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Supplier_T.cpp
@@ -4,7 +4,6 @@
#include "Supplier_T.h"
-
template <class Supplier_Traits>
TAO_Notify_Tests_Supplier_T<Supplier_Traits>::TAO_Notify_Tests_Supplier_T (void)
{