summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Server_ORBInitializer.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-04-15 21:07:34 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-04-15 21:07:34 +0200
commit6f23f063d837def2f10d284c8f21c12dd077bbf7 (patch)
tree28d32a8e238b4e1b7ad51e7439a4dae52fa8f1c5 /TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Server_ORBInitializer.cpp
parent29d99306df66c97856e5a9f1d4c87fe8c8b6dba3 (diff)
downloadATCD-6f23f063d837def2f10d284c8f21c12dd077bbf7.tar.gz
Layout, unicode, and doxygen changes
* TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Server_ORBInitializer.cpp: * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/server_interceptor.cpp: * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/server_interceptor.h:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Server_ORBInitializer.cpp')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Server_ORBInitializer.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Server_ORBInitializer.cpp b/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Server_ORBInitializer.cpp
index b1693cd7f78..337c130d38f 100644
--- a/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Server_ORBInitializer.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Server_ORBInitializer.cpp
@@ -10,14 +10,12 @@ Server_ORBInitializer::Server_ORBInitializer (int *counter)
}
void
-Server_ORBInitializer::pre_init (
- PortableInterceptor::ORBInitInfo_ptr)
+Server_ORBInitializer::pre_init (PortableInterceptor::ORBInitInfo_ptr)
{
}
void
-Server_ORBInitializer::post_init (
- PortableInterceptor::ORBInitInfo_ptr info)
+Server_ORBInitializer::post_init ( PortableInterceptor::ORBInitInfo_ptr info)
{
if (this->intr_ != 0)
{