Simplify ypipe_t and ypipe_base_t template parameters

This commit is contained in:
Martin Hurton
2014-01-06 11:19:56 +01:00
parent c7e3efba6b
commit 96f5fddc45
5 changed files with 7 additions and 7 deletions

View File

@@ -118,7 +118,7 @@ namespace zmq
private:
// Type of the underlying lock-free pipe.
typedef ypipe_base_t <msg_t, message_pipe_granularity> upipe_t;
typedef ypipe_base_t <msg_t> upipe_t;
// Command handlers.
void process_activate_read ();