summaryrefslogtreecommitdiff
path: root/ACE/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:58:50 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:58:50 +0100
commit3378cfa045cab63e02223ffe4f11794a338c05a6 (patch)
treeb9b9a8a7cb8dc267e159bafab4b68e0dd7c0f57d /ACE/performance-tests
parent91ec92bc2e0052c8ab2a6bdfd2da3069218a6422 (diff)
downloadATCD-3378cfa045cab63e02223ffe4f11794a338c05a6.tar.gz
Shorter header
Diffstat (limited to 'ACE/performance-tests')
-rw-r--r--ACE/performance-tests/Misc/basic_func.h1
-rw-r--r--ACE/performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/ACE/performance-tests/Misc/basic_func.h b/ACE/performance-tests/Misc/basic_func.h
index 2bb1e459168..987f4b6086b 100644
--- a/ACE/performance-tests/Misc/basic_func.h
+++ b/ACE/performance-tests/Misc/basic_func.h
@@ -5,7 +5,6 @@
*
* For use with basic_perf.cpp.
*
- *
* @author David Levine
*/
//=============================================================================
diff --git a/ACE/performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h b/ACE/performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h
index a64c62a4ff9..f8512655a8e 100644
--- a/ACE/performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h
+++ b/ACE/performance-tests/Server_Concurrency/Leader_Follower/RT_CORBA_Leader_Follower.h
@@ -71,7 +71,6 @@ private:
* @brief This class provide the interface and an implementation to
* simulate how the LF pattern in the ORB would behave.
*
- *
* Basically all threads ready to do an upcall would wait on a token
* or lock. The thread that gets the token before it gets ready to do
* the upcall would wake up a thread waiting on the token.