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 /includes/Printer.h | |
parent | d35f4eb97c77438af67466be97516aef76bee9f0 (diff) |
Split the Socket class into Selectable, in order to let it work with other non-socket file descriptors.
Diffstat (limited to 'includes/Printer.h')
-rw-r--r-- | includes/Printer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/Printer.h b/includes/Printer.h index cc9be2c..8494e49 100644 --- a/includes/Printer.h +++ b/includes/Printer.h @@ -27,6 +27,7 @@ enum { #undef E_INPUT #undef E_SOCKET #undef E_THREAD +#undef E_SELECT enum { E_STRING = 1, @@ -39,6 +40,7 @@ enum { E_OUTPUT = 128, E_HTTPSERVER = 256, E_ASYNC = 512, + E_SELECT = 1024, }; class Printer { |