summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/COOL/MT_Cubit/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/COOL/MT_Cubit/client.h')
-rw-r--r--TAO/performance-tests/Cubit/COOL/MT_Cubit/client.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/TAO/performance-tests/Cubit/COOL/MT_Cubit/client.h b/TAO/performance-tests/Cubit/COOL/MT_Cubit/client.h
new file mode 100644
index 00000000000..b4066444a7c
--- /dev/null
+++ b/TAO/performance-tests/Cubit/COOL/MT_Cubit/client.h
@@ -0,0 +1,36 @@
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO/tests
+//
+// = FILENAME
+// client.h
+//
+// = AUTHOR
+// Andy Gokhale, Brian Mendel, Sumedh Mungee, and Sergio Flores-Gaitan
+//
+// ============================================================================
+
+#include <corba/cool.H>
+#include "cubit.H"
+
+#include "ace/Task.h"
+#include "ace/Thread_Manager.h"
+#include "ace/Get_Opt.h"
+#include "ace/Sched_Params.h"
+
+#include "Task_Client.h"
+#include "Util_Thread.h"
+
+#if defined (CHORUS)
+#include "pccTimer.h"
+#endif /* CHORUS */
+
+#if defined (VME_DRIVER)
+#include <hostLib.h>
+extern "C" STATUS vmeDrv (void);
+extern "C" STATUS vmeDevCreate (char *);
+#endif /* defined (VME_DRIVER) */
+