diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-04-16 09:42:23 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-04-16 09:42:23 +0200 |
commit | 4cd737f565179eb2b019a764cc814610f0bc4be6 (patch) | |
tree | 8a129082833a830c998b50d816c6833256e3746a /TAO | |
parent | 0c9a512c58d20f3db9327b6a7614761c162b245e (diff) | |
download | ATCD-4cd737f565179eb2b019a764cc814610f0bc4be6.tar.gz |
Layout changes
* TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
* TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/README:
* TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/Test_i.h:
Diffstat (limited to 'TAO')
3 files changed, 1 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp b/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp index 688b7b6eec1..bb9d613f201 100644 --- a/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp +++ b/TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp @@ -26,7 +26,6 @@ private: CORBA::ORB_var orb_; }; - PortableServer::POA_var root_poa; PortableServer::POA_var poa_a; diff --git a/TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/README b/TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/README index 881b67175d9..20b750148b9 100644 --- a/TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/README +++ b/TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/README @@ -1,5 +1,3 @@ - - Servers Interacting on Startup Test =================================== @@ -87,4 +85,4 @@ the locator. -restart_loc Use to bounce the locator process by itself mid test. Only used by the list -test for now.
\ No newline at end of file +test for now. diff --git a/TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/Test_i.h b/TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/Test_i.h index e936e9edc6f..3f91e3f4430 100644 --- a/TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/Test_i.h +++ b/TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/Test_i.h @@ -9,7 +9,6 @@ #pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ - class Test_i : public virtual POA_Test { public: @@ -24,7 +23,6 @@ public: private: CORBA::Short server_num_; CORBA::Short reply_delay_secs_; - }; #endif /* TEST_I_H_ */ |