3 //=============================================================================
7 * This class implements the client functionality of the UDP test.
9 * @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
11 //=============================================================================
14 #ifndef UDP_CLIENT_I_H
15 #define UDP_CLIENT_I_H
23 : public ACE_Task_Base
26 // UDP Client interface subclass.
29 // This class wrapps the client functionality into one class
33 UDP_Client_i (CORBA::ORB_ptr orb
,
37 ACE_UINT32 iterations
);
40 virtual ~UDP_Client_i ();
43 // Runs in a separate thread.
55 ACE_UINT32 iterations_
;
59 #endif /* UDP_CLIENT_I_H */