src/Network/Object.hh
changeset 400 d64bf28c4340
parent 337 ecde18d07879
child 431 c6d7272a164b
equal deleted inserted replaced
399:c7295b72731a 400:d64bf28c4340
     1 #ifndef NETWORK_OBJECT_HH
     1 #ifndef NETWORK_OBJECT_HH
     2 #define NETWORK_OBJECT_HH
     2 #define NETWORK_OBJECT_HH
       
     3 
       
     4 /**
       
     5  * @file
       
     6  *
       
     7  * Object-based network protocol for use with NetworkSession
       
     8  */
     3 
     9 
     4 #include "Session.hh"
    10 #include "Session.hh"
     5 #include "Node.hh"
    11 #include "Node.hh"
     6 #include "../Logger.hh"
    12 #include "../Logger.hh"
     7 
    13