terminology unified: revive->activate

This commit is contained in:
Martin Sustrik
2010-08-28 10:15:03 +02:00
parent 92923cd40b
commit 42000d2c4f
7 changed files with 34 additions and 34 deletions

View File

@@ -81,7 +81,7 @@ namespace zmq
void set_writer (class writer_t *writer_);
// Command handlers.
void process_revive ();
void process_activate_reader ();
void process_pipe_term_ack ();
// Returns true if the message is delimiter; false otherwise.
@@ -150,7 +150,7 @@ namespace zmq
uint64_t hwm_, int64_t swap_size_);
~writer_t ();
void process_reader_info (uint64_t msgs_read_);
void process_activate_writer (uint64_t msgs_read_);
// Command handlers.
void process_pipe_term ();