summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-06-01 14:28:30 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-06-01 14:28:30 +0200
commit8956a849cf8ccd48dacaf8db7b2add3df2c4a84d (patch)
tree43fe3459fa34237a933cb8a76fa84fdea1b3ef65 /TAO/orbsvcs/tests
parent10b5846921aa7d988936cdc21057a592b51d7690 (diff)
downloadATCD-8956a849cf8ccd48dacaf8db7b2add3df2c4a84d.tar.gz
Layout changes
* TAO/DevGuideExamples/PortableInterceptors/Auth/Messenger_i.cpp: * TAO/DevGuideExamples/PortableInterceptors/IOR/ClientInitializer.cpp: * TAO/DevGuideExamples/PortableInterceptors/SimpleCodec/ClientInitializer.cpp: * TAO/TAO_IDL/ast/ast_interface.cpp: * TAO/TAO_IDL/ast/ast_union.cpp: * TAO/TAO_IDL/be/be_global.cpp: * TAO/examples/Advanced/ch_18/client.cpp: * TAO/examples/Advanced/ch_18/server.h: * TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduler.cpp: * TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduler.h: * TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduler.cpp: * TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.cpp: * TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduler.h: * TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduler.cpp: * TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduler.h: * TAO/examples/Kokyu_dsrt_schedulers/fp_example/client.cpp: * TAO/examples/Kokyu_dsrt_schedulers/mif_example/client.cpp: * TAO/examples/Kokyu_dsrt_schedulers/muf_example/client.cpp: * TAO/examples/PluggableUDP/tests/Performance/client.cpp: * TAO/examples/PluggableUDP/tests/Performance/server.cpp: * TAO/orbsvcs/DevGuideExamples/NotifyService/EventSequence/Messenger_i.cpp: * TAO/orbsvcs/Fault_Notifier/FT_Notifier_i.cpp: * TAO/orbsvcs/IFR_Service/be_global.cpp: * TAO/orbsvcs/IFR_Service/be_produce.cpp: * TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator.cpp: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.cpp: * TAO/orbsvcs/examples/CosEC/TypedSimple/Country_i.cpp: * TAO/orbsvcs/examples/Notify/Lanes/Supplier.cpp: * TAO/orbsvcs/examples/Notify/ThreadPool/Supplier.cpp: * TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp: * TAO/orbsvcs/orbsvcs/AV/TCP.cpp: * TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp: * TAO/orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp: * TAO/orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp: * TAO/orbsvcs/tests/AVStreams/Modify_QoS/sender.cpp: * TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.cpp: * TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h: * TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp: * TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h: * TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h:
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Modify_QoS/sender.cpp3
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.cpp3
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h3
-rw-r--r--TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp3
-rw-r--r--TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h12
-rw-r--r--TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h5
6 files changed, 10 insertions, 19 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Modify_QoS/sender.cpp b/TAO/orbsvcs/tests/AVStreams/Modify_QoS/sender.cpp
index 337b6154c70..bea3d81305d 100644
--- a/TAO/orbsvcs/tests/AVStreams/Modify_QoS/sender.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Modify_QoS/sender.cpp
@@ -35,8 +35,7 @@ Sender_StreamEndPoint::set_protocol_object (const char *,
CORBA::Boolean
Sender_StreamEndPoint::modify_QoS (AVStreams::streamQoS &new_qos,
- const AVStreams::flowSpec &/* the_flows */
- )
+ const AVStreams::flowSpec &/* the_flows */)
{
ACE_DEBUG ((LM_DEBUG,
"Sender_StreamEndPoint::modify_QoS\n"));
diff --git a/TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.cpp b/TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.cpp
index 1efe0bb67a8..ed682834aea 100644
--- a/TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/distributer.cpp
@@ -142,8 +142,7 @@ Distributer::bind_to_mmdevice (AVStreams::MMDevice_ptr &mmdevice,
int
Distributer::init (int /*argc*/,
- ACE_TCHAR *[] /*argv*/
- )
+ ACE_TCHAR *[] /*argv*/)
{
// Initialize the naming services
int result =
diff --git a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h
index 693b51e7f9f..c3a323f966f 100644
--- a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h
+++ b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.h
@@ -36,8 +36,7 @@ public:
TAO_AV_Protocol_Object *object);
CORBA::Boolean modify_QoS (AVStreams::streamQoS &new_qos,
- const AVStreams::flowSpec &/* the_flows */
- );
+ const AVStreams::flowSpec &/* the_flows */);
protected:
/// Application callback.
TAO_AV_Callback callback_;
diff --git a/TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp b/TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp
index 46fc9e4d5d0..66b11a2c88d 100644
--- a/TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp
+++ b/TAO/orbsvcs/tests/Bug_1393_Regression/client.cpp
@@ -17,8 +17,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
CORBA::ContainedSeq_var interfaces =
repo_->contents (CORBA::dk_Interface, // Any type of contained object.
- 1 // Exclude parents of interfaces.
- );
+ 1) // Exclude parents of interfaces.
CORBA::ULong length = interfaces->length ();
diff --git a/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h b/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h
index 318497270b3..4bafa4e0a52 100644
--- a/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h
+++ b/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h
@@ -28,22 +28,18 @@ public:
Server_ORBInitializer2 (void);
- virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info
- );
+ virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info);
- virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info
- );
+ virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info);
void set_server_iogr (CORBA::Object_ptr obj);
private:
/// Register the necessary interceptors.
- void register_server_request_interceptors (
- PortableInterceptor::ORBInitInfo_ptr info
- );
+ void register_server_request_interceptors (PortableInterceptor::ORBInitInfo_ptr info);
- // Private temprorary pointer
+ // Private temporary pointer
TAO249_ServerRequest_Interceptor2 *sri_;
};
diff --git a/TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h b/TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h
index a880888c4b6..4bafa4e0a52 100644
--- a/TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h
+++ b/TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h
@@ -37,10 +37,9 @@ public:
private:
/// Register the necessary interceptors.
- void register_server_request_interceptors (
- PortableInterceptor::ORBInitInfo_ptr info);
+ void register_server_request_interceptors (PortableInterceptor::ORBInitInfo_ptr info);
- // Private temprorary pointer
+ // Private temporary pointer
TAO249_ServerRequest_Interceptor2 *sri_;
};