summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/RTEvent
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/RTEvent
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/RTEvent')
-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
3 files changed, 0 insertions, 6 deletions
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.