PhoenixZMQ  2.0.0
Library which integrates zeromq use in Phoenix
phoenix_socket.h
Go to the documentation of this file.
1 /***************************************
2  Auteur : Pierre Aubert
3  Mail : pierre.aubert@lapp.in2p3.fr
4  Licence : CeCILL-C
5 ****************************************/
6 
7 #ifndef __PHOENIX_SOCKET_H__
8 #define __PHOENIX_SOCKET_H__
9 
10 #include "PSocketFlag.h"
11 #include "PSocketMode.h"
12 #include "PGenericSocket.h"
13 #include "PGenericSocketManager.h"
14 #include "PMockBackend.h"
15 #include "PEmptyBackend.h"
16 
17 #endif
18