summaryrefslogtreecommitdiff
path: root/TAO/tests/Cubit/COOL/Task_Client.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-25 22:18:58 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-25 22:18:58 +0000
commit7a5fe8ce23ac50450b804cf0183c773565ae7cef (patch)
tree220a38a6627619d1386897d42757a140b9de448f /TAO/tests/Cubit/COOL/Task_Client.h
parent87b0987cad99cf45cd5d9e03cd1cefbaaec4ef2a (diff)
downloadATCD-ACE-4_4.tar.gz
This commit was manufactured by cvs2svn to create branch 'ACE-4_4'.ACE-4_4
Diffstat (limited to 'TAO/tests/Cubit/COOL/Task_Client.h')
-rw-r--r--TAO/tests/Cubit/COOL/Task_Client.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/tests/Cubit/COOL/Task_Client.h b/TAO/tests/Cubit/COOL/Task_Client.h
deleted file mode 100644
index 344fa7bd973..00000000000
--- a/TAO/tests/Cubit/COOL/Task_Client.h
+++ /dev/null
@@ -1,29 +0,0 @@
-#include "ace/Synch.h"
-#include "ace/Task.h"
-#include "ace/Thread_Manager.h"
-#include "ace/Get_Opt.h"
-#include "api/api.H"
-#include "cubit.H"
-
-inline int func (unsigned i) { return i - 117; }
-
-class Client // : ACE_Task<ACE_MT_SYNCH>
-{
-public:
- Client (char *hostname,
- unsigned int n_threads,
- unsigned int loop_count_);
- int svc (void);
- double get_high_priority_latency ();
- double get_low_priority_latency ();
-private:
- ACE_Barrier *barrier_;
- void run_tests (Cubit_ptr, int, unsigned int);
- void put_latency (long latency, unsigned int);
- unsigned int start_count_;
- unsigned int loop_count_;
- char *hostname_;
- long *latency_;
- Cubit_ptr cb_;
- ACE_Thread_Mutex lock_;
-};