summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-09-12 08:32:34 +0200
committerGitHub <noreply@github.com>2022-09-12 08:32:34 +0200
commitfe03724176dcfd20e0f9a6e493198469242be6b6 (patch)
tree2245c24a6c4ef9c7d4010d1b61827850592777a3 /TAO/orbsvcs/examples/Log
parent41a1f3bc12f780cc087c936ab53d1074f363b630 (diff)
parent00b403be7df0442405bd5e3dcc07beaa6730ddd2 (diff)
downloadATCD-fe03724176dcfd20e0f9a6e493198469242be6b6.tar.gz
Merge pull request #1922 from knutpett/knutpett/whitespace
Remove whitespace
Diffstat (limited to 'TAO/orbsvcs/examples/Log')
-rw-r--r--TAO/orbsvcs/examples/Log/Basic/TLS_Client.cpp1
-rw-r--r--TAO/orbsvcs/examples/Log/Basic/TLS_Client.h1
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp2
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Event_Consumer.h2
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp1
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Event_Supplier.h2
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h2
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp3
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h1
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.h1
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp4
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.h1
12 files changed, 0 insertions, 21 deletions
diff --git a/TAO/orbsvcs/examples/Log/Basic/TLS_Client.cpp b/TAO/orbsvcs/examples/Log/Basic/TLS_Client.cpp
index 4902f70300f..f0550d67bb8 100644
--- a/TAO/orbsvcs/examples/Log/Basic/TLS_Client.cpp
+++ b/TAO/orbsvcs/examples/Log/Basic/TLS_Client.cpp
@@ -9,7 +9,6 @@
#define QUERY_LANG "TCL"
-
TLS_Client::TLS_Client (void)
{
// No-Op.
diff --git a/TAO/orbsvcs/examples/Log/Basic/TLS_Client.h b/TAO/orbsvcs/examples/Log/Basic/TLS_Client.h
index 729b414a5a1..dea614b2c50 100644
--- a/TAO/orbsvcs/examples/Log/Basic/TLS_Client.h
+++ b/TAO/orbsvcs/examples/Log/Basic/TLS_Client.h
@@ -53,6 +53,5 @@ class TLS_Client
// The basic log factory from the Log Service.
-
};
#endif /* TLS_CLIENT_H */
diff --git a/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp b/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp
index bc3aa1ea8ea..9bce68a2b19 100644
--- a/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp
+++ b/TAO/orbsvcs/examples/Log/Event/Event_Consumer.cpp
@@ -90,13 +90,11 @@ Consumer::run (int argc, ACE_TCHAR* argv[])
void
Consumer::push (const CORBA::Any &)
{
-
this->event_count_ ++;
ACE_DEBUG ((LM_DEBUG,
"Consumer (%P|%t): %d log generated events received\n",
this->event_count_));
-
}
void
diff --git a/TAO/orbsvcs/examples/Log/Event/Event_Consumer.h b/TAO/orbsvcs/examples/Log/Event/Event_Consumer.h
index 1117e907a81..e23c33959b3 100644
--- a/TAO/orbsvcs/examples/Log/Event/Event_Consumer.h
+++ b/TAO/orbsvcs/examples/Log/Event/Event_Consumer.h
@@ -45,7 +45,6 @@ public:
// The skeleton methods.
private:
-
// = Data Members
CORBA::ULong event_count_;
// Keep track of the number of events received.
@@ -62,7 +61,6 @@ private:
CosEventChannelAdmin::ProxyPushSupplier_var supplier_;
// The proxy that we are connected to.
-
};
#endif /* EVENT_CONSUMER_H */
diff --git a/TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp b/TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp
index 80d40ebf367..13d885b60db 100644
--- a/TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp
+++ b/TAO/orbsvcs/examples/Log/Event/Event_Supplier.cpp
@@ -165,7 +165,6 @@ Supplier::run (int argc, ACE_TCHAR* argv[])
// Destroy the POA
poa->destroy (1, 0);
-
}
catch (const CORBA::Exception& ex)
{
diff --git a/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h b/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h
index 4296b533ac7..6b2d7a484d3 100644
--- a/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h
+++ b/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h
@@ -42,7 +42,6 @@ public:
// The skeleton methods.
private:
-
// = Data Members
CORBA::ORB_var orb_;
// The ORB that we use.
@@ -55,7 +54,6 @@ private:
CosEventChannelAdmin::ProxyPushConsumer_var consumer_;
// The proxy that we are connected to.
-
};
#endif /* EVENT_SUPPLIER_H */
diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h b/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h
index 4357cc56362..805a9900f3e 100644
--- a/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h
+++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Consumer.h
@@ -71,8 +71,6 @@ private:
DsNotifyLogAdmin::NotifyLogFactory_var notify_log_factory_;
CosNotifyChannelAdmin::ProxyPushSupplier_var proxy_supplier_;
-
-
};
#endif /* NOTIFY_CONSUMER_H */
diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
index 7040112fe63..5d5dfad91bd 100644
--- a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
+++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
@@ -28,7 +28,6 @@ Supplier::Supplier (void)
Supplier::~Supplier ()
{
-
}
int
@@ -41,7 +40,6 @@ Supplier::run (int argc, ACE_TCHAR* argv[])
CORBA::ORB_init (argc, argv);
-
CORBA::Object_var naming_obj =
this->orb_->resolve_initial_references (NAMING_SERVICE_NAME);
@@ -221,7 +219,6 @@ Supplier::run (int argc, ACE_TCHAR* argv[])
ACE_DEBUG ((LM_DEBUG, "Size of data in Log = %d\n", retval));
this->notify_log_->destroy();
-
}
catch (const CORBA::Exception& ex)
{
diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h
index f2557c33a17..3324eced5e2 100644
--- a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h
+++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h
@@ -44,7 +44,6 @@ public:
// Run the test
private:
-
// = Data Members
CORBA::ORB_var orb_;
// The ORB that we use.
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.h b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.h
index acaba8da10d..6ebec884016 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.h
+++ b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.h
@@ -60,7 +60,6 @@ private:
RtecEventChannelAdmin::ProxyPushSupplier_var supplier_;
// The proxy that we are connected to.
-
};
#endif /* RTEVENT_CONSUMER_H */
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp
index b7e4f09ed25..653890485d1 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp
+++ b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp
@@ -17,7 +17,6 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
Supplier supplier;
return supplier.run (argc, argv);
-
}
// ****************************************************************
@@ -93,7 +92,6 @@ Supplier::run (int argc, ACE_TCHAR* argv[])
-
// create a log..
ACE_DEBUG ((LM_DEBUG,
@@ -212,8 +210,6 @@ Supplier::run (int argc, ACE_TCHAR* argv[])
// Destroy the POA
poa->destroy (1, 0);
-
-
}
catch (const CORBA::Exception& ex)
{
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.h b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.h
index 426e5225dca..20de42fc970 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.h
+++ b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.h
@@ -43,7 +43,6 @@ public:
// The skeleton methods.
private:
-
// = Data Members
CosNaming::NamingContext_var naming_context_;
// Handle to the name service.