summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-24 10:06:43 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-06-24 10:06:43 +0200
commitd2a454489af821ea8532781f7b5349f6e35f84cf (patch)
tree57e9452911d4496b59ff5d484d13ab4895b33bca /TAO/performance-tests
parentaa056a80e866c6b4bb113cd35492109522f3e76c (diff)
downloadATCD-d2a454489af821ea8532781f7b5349f6e35f84cf.tar.gz
Chorus cleanup
* TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h: * TAO/performance-tests/Cubit/TAO/MT_Cubit/Timer.h:
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Timer.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h
index 818ccc448f5..17f2d06f537 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h
@@ -354,7 +354,7 @@ private:
/// requests of this thread.
JITTER_ARRAY *my_jitter_array_;
- /// Timer using pccTimer for chorus and ACE_Timer for other platforms.
+ /// Timer using ACE_Timer
MT_Cubit_Timer *timer_;
/// frequency of CORBA requests.
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Timer.h b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Timer.h
index 36ed52485fb..f84b7499f28 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Timer.h
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Timer.h
@@ -25,8 +25,7 @@
/**
* @class MT_Cubit_Timer
*
- * @brief A class that encapsulates the pccTimer for chorus and uses
- * ACE Timer for other platforms.
+ * @brief A class that encapsulates the ACE timer
*/
class MT_Cubit_Timer
{