// ============================================================================ // // = LIBRARY // TAO/tests // // = FILENAME // client.h // // = AUTHOR // Andy Gokhale, Brian Mendel, Sumedh Mungee, and Sergio Flores-Gaitan // // ============================================================================ #include "ace/Task.h" #include "ace/Thread_Manager.h" #include "ace/Get_Opt.h" #include "ace/Sched_Params.h" #include "cubitC.h" #include "Task_Client.h" #include "Util_Thread.h" #if defined (VME_DRIVER) #include extern "C" STATUS vmeDrv (void); extern "C" STATUS vmeDevCreate (char *); #endif /* defined (VME_DRIVER) */