mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
Problem: inconsistent naming style for private data members, conflicts with naming of local variables and member functions
Solution: apply and check _lower_case naming style for private data members
This commit is contained in:
@@ -59,7 +59,7 @@ class plain_client_t : public mechanism_base_t
|
||||
ready
|
||||
};
|
||||
|
||||
state_t state;
|
||||
state_t _state;
|
||||
|
||||
int produce_hello (msg_t *msg_) const;
|
||||
int produce_initiate (msg_t *msg_) const;
|
||||
|
||||
Reference in New Issue
Block a user