3 //=============================================================================
7 * @author Douglas C. Schmidt
9 //=============================================================================
15 #include "SM_Client.h"
16 #include "SML_Server.h"
18 class SML_Client
: public SM_Client
22 virtual ~SML_Client ();
23 virtual int receive (int timeout
= 0);
27 SML_Server sml_server
;
31 #endif /* _SML_CLIENT_H */