summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-04-11 19:41:58 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-04-11 19:41:58 +0200
commita1de64b58f63ab32781632785f2934eb548fd4b0 (patch)
treef99025befa9bb75c22e6143941482ab67e4a4ecf
parent9f546301da35b8f9fdffdd100aafe5daeca3b06f (diff)
downloadATCD-a1de64b58f63ab32781632785f2934eb548fd4b0.tar.gz
Layout changes
* TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test.idl: * TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test_i.h: * TAO/orbsvcs/tests/ImplRepo/kill_slow_server/client.cpp:
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test.idl2
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test_i.h3
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/kill_slow_server/client.cpp1
3 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test.idl b/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test.idl
index 8a71f966081..2a333b4a6e5 100644
--- a/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test.idl
+++ b/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test.idl
@@ -1,7 +1,5 @@
interface Test
{
-
short get_server_num ();
oneway void terminate ();
-
};
diff --git a/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test_i.h b/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test_i.h
index 4fe622f87c7..984bc38669f 100644
--- a/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test_i.h
+++ b/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test_i.h
@@ -12,12 +12,9 @@
class Test_i : public virtual POA_Test
{
public:
-
virtual CORBA::Short get_server_num (void);
virtual void terminate (void);
-
-private:
};
#endif /* TEST_I_H_ */
diff --git a/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/client.cpp b/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/client.cpp
index 34668b48a26..7feb962aa13 100644
--- a/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/client.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/kill_slow_server/client.cpp
@@ -3,7 +3,6 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_unistd.h"
-
bool killit = false;
int