src/Network/Session.hh
changeset 400 d64bf28c4340
parent 381 9b35bc329d23
child 431 c6d7272a164b
equal deleted inserted replaced
399:c7295b72731a 400:d64bf28c4340
     1 #ifndef NETWORK_SESSION_HH
     1 #ifndef NETWORK_SESSION_HH
     2 #define NETWORK_SESSION_HH
     2 #define NETWORK_SESSION_HH
       
     3 
       
     4 /**
       
     5  * @file
       
     6  *
       
     7  * Support for a groups of clients/servers with associated TCP/UDP sockets
       
     8  */
     3 
     9 
     4 #include <map>
    10 #include <map>
     5 #include <stdint.h>
    11 #include <stdint.h>
     6 
    12 
     7 // forward-declare
    13 // forward-declare