mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-10-30 05:29:43 +01:00 
			
		
		
		
	Code style improvements
This commit is contained in:
		| @@ -85,11 +85,11 @@ class pipe_t : public object_t, | ||||
|     void set_event_sink (i_pipe_events *sink_); | ||||
|  | ||||
|     //  Pipe endpoint can store an routing ID to be used by its clients. | ||||
|     void set_server_socket_routing_id (uint32_t routing_id_); | ||||
|     void set_server_socket_routing_id (uint32_t server_socket_routing_id_); | ||||
|     uint32_t get_server_socket_routing_id () const; | ||||
|  | ||||
|     //  Pipe endpoint can store an opaque ID to be used by its clients. | ||||
|     void set_router_socket_routing_id (const blob_t &identity_); | ||||
|     void set_router_socket_routing_id (const blob_t &router_socket_routing_id_); | ||||
|     const blob_t &get_routing_id () const; | ||||
|  | ||||
|     const blob_t &get_credential () const; | ||||
| @@ -168,7 +168,7 @@ class pipe_t : public object_t, | ||||
|  | ||||
|     //  Pipepair uses this function to let us know about | ||||
|     //  the peer pipe object. | ||||
|     void set_peer (pipe_t *pipe_); | ||||
|     void set_peer (pipe_t *peer_); | ||||
|  | ||||
|     //  Destructor is private. Pipe objects destroy themselves. | ||||
|     ~pipe_t (); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Simon Giesecke
					Simon Giesecke