summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLog_i.cpp1
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/LogNotification.cpp1
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/LogNotification.h1
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.cpp1
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/Log_i.h1
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp1
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.cpp1
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/NotifyLog_i.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.cpp1
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/RTEventLog_i.cpp1
10 files changed, 0 insertions, 11 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLog_i.cpp b/TAO/orbsvcs/orbsvcs/Log/EventLog_i.cpp
index 1929ea3e2be..1f386f9b1c5 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLog_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLog_i.cpp
@@ -17,7 +17,6 @@ TAO_EventLog_i::TAO_EventLog_i (CORBA::ORB_ptr orb,
poa_(PortableServer::POA::_duplicate(poa)),
log_poa_(PortableServer::POA::_duplicate(log_poa))
{
-
// Create an instance of the event channel.
TAO_CEC_EventChannel_Attributes attr (this->poa_.in(),
this->poa_.in());
diff --git a/TAO/orbsvcs/orbsvcs/Log/LogNotification.cpp b/TAO/orbsvcs/orbsvcs/Log/LogNotification.cpp
index 44054f36974..463f267f3ee 100644
--- a/TAO/orbsvcs/orbsvcs/Log/LogNotification.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/LogNotification.cpp
@@ -17,7 +17,6 @@ TAO_LogNotification::~TAO_LogNotification ()
void
TAO_LogNotification::object_creation (DsLogAdmin::LogId id)
{
-
CORBA::Any any;
DsLogNotification::ObjectCreation event;
diff --git a/TAO/orbsvcs/orbsvcs/Log/LogNotification.h b/TAO/orbsvcs/orbsvcs/Log/LogNotification.h
index 496c437b278..819a27257f6 100644
--- a/TAO/orbsvcs/orbsvcs/Log/LogNotification.h
+++ b/TAO/orbsvcs/orbsvcs/Log/LogNotification.h
@@ -37,7 +37,6 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
*/
class TAO_Log_Serv_Export TAO_LogNotification
{
-
public:
/// Constructor.
TAO_LogNotification (void);
diff --git a/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.cpp b/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.cpp
index c5485ab1291..1f1475a2f9f 100644
--- a/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.cpp
@@ -694,7 +694,6 @@ int
TAO_Log_Constraint_Visitor::visit_binary_expr (
ETCL_Binary_Expr *binary_expr)
{
-
// Evaluate the constraint
int bin_op_type = binary_expr->type ();
diff --git a/TAO/orbsvcs/orbsvcs/Log/Log_i.h b/TAO/orbsvcs/orbsvcs/Log/Log_i.h
index 5069493ac29..5ae33dc3a19 100644
--- a/TAO/orbsvcs/orbsvcs/Log/Log_i.h
+++ b/TAO/orbsvcs/orbsvcs/Log/Log_i.h
@@ -46,7 +46,6 @@ class TAO_LogMgr_i;
*/
class TAO_Log_Serv_Export TAO_Log_i : public virtual POA_DsLogAdmin::Log
{
-
public:
/// Constructor.
TAO_Log_i (CORBA::ORB_ptr orb,
diff --git a/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp b/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp
index 1c6ac6b1f17..cdf78e7637e 100644
--- a/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp
@@ -12,7 +12,6 @@ TAO_NotifyLogFactory_i::TAO_NotifyLogFactory_i ()
TAO_NotifyLogFactory_i::TAO_NotifyLogFactory_i (CosNotifyChannelAdmin::EventChannelFactory_ptr ecf)
: notify_factory_ (ecf)
{
-
CosNotifyChannelAdmin::ChannelID id;
CosNotifyChannelAdmin::AdminID adminID = 0;
CosNotification::QoSProperties initial_qos;
diff --git a/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.cpp b/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.cpp
index 725c4952af7..1aead3245ab 100644
--- a/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/NotifyLogNotification.cpp
@@ -10,7 +10,6 @@ TAO_NotifyLogNotification::TAO_NotifyLogNotification (
: TAO_LogNotification (),
event_channel_ (CosNotifyChannelAdmin::EventChannel::_duplicate (ec))
{
-
CosNotifyComm::PushSupplier_var objref =
this->_this ();
ACE_ASSERT (!CORBA::is_nil (objref.in ()));
diff --git a/TAO/orbsvcs/orbsvcs/Log/NotifyLog_i.cpp b/TAO/orbsvcs/orbsvcs/Log/NotifyLog_i.cpp
index 3cf48ab0234..6a508441855 100644
--- a/TAO/orbsvcs/orbsvcs/Log/NotifyLog_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/NotifyLog_i.cpp
@@ -15,7 +15,6 @@ TAO_NotifyLog_i::TAO_NotifyLog_i (CORBA::ORB_ptr orb,
notify_factory_ (CosNotifyChannelAdmin::EventChannelFactory::_duplicate (ecf)),
poa_ (PortableServer::POA::_duplicate (poa))
{
-
CosNotifyChannelAdmin::ChannelID channel_id;
CosNotification::QoSProperties initial_qos;
@@ -92,7 +91,6 @@ TAO_NotifyLog_i::destroy ()
void
TAO_NotifyLog_i::activate ()
{
-
CosNotifyChannelAdmin::AdminID adminid = 0;
CosNotifyChannelAdmin::InterFilterGroupOperator ifgop =
CosNotifyChannelAdmin::OR_OP;
diff --git a/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.cpp b/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.cpp
index bbcc5c060af..4aab236323b 100644
--- a/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/RTEventLogNotification.cpp
@@ -25,7 +25,6 @@ TAO_RTEventLogNotification::TAO_RTEventLogNotification (
: TAO_LogNotification (),
event_channel_ (RtecEventChannelAdmin::EventChannel::_duplicate (ec))
{
-
obtainProxyConsumer ();
}
diff --git a/TAO/orbsvcs/orbsvcs/Log/RTEventLog_i.cpp b/TAO/orbsvcs/orbsvcs/Log/RTEventLog_i.cpp
index c63d99d4e41..661eed9e4f8 100644
--- a/TAO/orbsvcs/orbsvcs/Log/RTEventLog_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/RTEventLog_i.cpp
@@ -29,7 +29,6 @@ TAO_RTEventLog_i::TAO_RTEventLog_i (CORBA::ORB_ptr orb,
poa_ (PortableServer::POA::_duplicate (poa)),
log_poa_ (PortableServer::POA::_duplicate (log_poa))
{
-
TAO_EC_Event_Channel_Attributes attr (poa_.in(), poa_.in());
ACE_NEW_THROW_EX (this->event_channel_,