mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Problem: parameter naming style inconsistent
Solution: define and apply parameter naming style: lower_case_
This commit is contained in:
@@ -60,7 +60,7 @@ class session_base_t : public own_t, public io_object_t, public i_pipe_events
|
||||
// Following functions are the interface exposed towards the engine.
|
||||
virtual void reset ();
|
||||
void flush ();
|
||||
void engine_error (zmq::stream_engine_t::error_reason_t reason);
|
||||
void engine_error (zmq::stream_engine_t::error_reason_t reason_);
|
||||
|
||||
// i_pipe_events interface implementation.
|
||||
void read_activated (zmq::pipe_t *pipe_);
|
||||
|
||||
Reference in New Issue
Block a user