mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 05:29:43 +01:00
Problem: parameter naming style inconsistent
Solution: define and apply parameter naming style: lower_case_
This commit is contained in:
@@ -64,9 +64,9 @@ class plain_client_t : public mechanism_base_t
|
||||
int produce_hello (msg_t *msg_) const;
|
||||
int produce_initiate (msg_t *msg_) const;
|
||||
|
||||
int process_welcome (const unsigned char *cmd_data, size_t data_size);
|
||||
int process_ready (const unsigned char *cmd_data, size_t data_size);
|
||||
int process_error (const unsigned char *cmd_data, size_t data_size);
|
||||
int process_welcome (const unsigned char *cmd_data_, size_t data_size_);
|
||||
int process_ready (const unsigned char *cmd_data_, size_t data_size_);
|
||||
int process_error (const unsigned char *cmd_data_, size_t data_size_);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user