summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_Local_Config
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/tests/ORB_Local_Config
parent41a1f3bc12f780cc087c936ab53d1074f363b630 (diff)
parent00b403be7df0442405bd5e3dcc07beaa6730ddd2 (diff)
downloadATCD-fe03724176dcfd20e0f9a6e493198469242be6b6.tar.gz
Merge pull request #1922 from knutpett/knutpett/whitespace
Remove whitespace
Diffstat (limited to 'TAO/tests/ORB_Local_Config')
-rw-r--r--TAO/tests/ORB_Local_Config/Bug_3049/Test.cpp1
-rw-r--r--TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.h3
-rw-r--r--TAO/tests/ORB_Local_Config/Service_Dependency/Test.cpp2
-rw-r--r--TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h1
4 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tests/ORB_Local_Config/Bug_3049/Test.cpp b/TAO/tests/ORB_Local_Config/Bug_3049/Test.cpp
index 168021f9f20..d33a9071f03 100644
--- a/TAO/tests/ORB_Local_Config/Bug_3049/Test.cpp
+++ b/TAO/tests/ORB_Local_Config/Bug_3049/Test.cpp
@@ -67,7 +67,6 @@ testBug3049 (int , ACE_TCHAR *[])
if (error > 0)
return -1;
-
}
catch(const CORBA::Exception& ex)
{
diff --git a/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.h b/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.h
index 535972f7a3e..4b260fa48c6 100644
--- a/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.h
+++ b/TAO/tests/ORB_Local_Config/Service_Dependency/Service_Config_DLL.h
@@ -33,7 +33,6 @@
class Service_Config_DLL_Export Service_Config_DLL : public ACE_Task_Base
{
public:
-
/// Constructor.
Service_Config_DLL (void);
@@ -51,11 +50,9 @@ public:
virtual int svc ();
private:
-
/// Directives to be passed to be processed by the Service
/// Configurator in separate threads.
ACE_TCHAR directive_[2][BUFSIZ];
-
};
diff --git a/TAO/tests/ORB_Local_Config/Service_Dependency/Test.cpp b/TAO/tests/ORB_Local_Config/Service_Dependency/Test.cpp
index a738fa1f230..969d2a7a1ad 100644
--- a/TAO/tests/ORB_Local_Config/Service_Dependency/Test.cpp
+++ b/TAO/tests/ORB_Local_Config/Service_Dependency/Test.cpp
@@ -99,7 +99,6 @@ testOpenDynamicServices (int , ACE_TCHAR *[])
-
// @brief Try loading the ORBInitializer_Registry locally
int
@@ -270,7 +269,6 @@ testORBInitializer_Registry (int , ACE_TCHAR *[])
}
-
// @brief ...
diff --git a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h
index ec627e5e18e..b6950577a5a 100644
--- a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h
+++ b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h
@@ -78,7 +78,6 @@ class Service_Config_ORB_DLL_Export Service_Config_ORB_DLL
: public ACE_Task_Base
{
public:
-
/// Constructor.
Service_Config_ORB_DLL (void);
~Service_Config_ORB_DLL (void);