diff options
author | Nicolas Noble <nnoble@blizzard.com> | 2013-07-16 11:14:34 -0700 |
---|---|---|
committer | Nicolas Noble <nnoble@blizzard.com> | 2013-07-16 11:14:34 -0700 |
commit | f8dbc120c055fb61fa79f901cc2974d049d04f4f (patch) | |
tree | 65241936fe02d4041e82508bfbd5f45d84523eb3 /Makefile | |
parent | d35f4eb97c77438af67466be97516aef76bee9f0 (diff) |
Split the Socket class into Selectable, in order to let it work with other non-socket file descriptors.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ Handle.cc \ Input.cc \ Output.cc \ Socket.cc \ +Selectable.cc \ Buffer.cc \ BStream.cc \ ZHandle.cc \ |