~markwright/scalestack/zeromq

« back to all changes in this revision

Viewing changes to scalestack/network/ip/tcp/connection_service.h

  • Committer: Eric Day
  • Date: 2011-01-25 20:51:51 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: eday@oddments.org-20110125205151-rlam04duepoczo9v
Moved common into kernel, other related cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <sys/socket.h>
29
29
#include <sys/types.h>
30
30
 
31
 
#include <scalestack/common/macros.h>
32
31
#include <scalestack/event/handler_service.h>
 
32
#include <scalestack/kernel/macros.h>
33
33
#include <scalestack/network/ip/address_service.h>
34
34
 
35
35
namespace scalestack