l3.xsock/lib/xsock_iface.h
2006-01-10 12:29:13 +00:00

11 lines
210 B
C++

#ifndef _XSOCK_INTERFACE
#define _XSOCK_INTERFACE 1
/* TYPEDEFS et autre trucs non objet */
namespace XSock {
typedef enum {TCP,UDP_RELIABLE,UDP} protocol;
typedef enum {SERVER,CLIENT} xsock_role;
}
#endif