mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:32:45 +00:00 
			
		
		
		
	Userland: Make IPC handlers return void if they don't have any outputs
This commit is contained in:
		
							parent
							
								
									7cf2839a26
								
							
						
					
					
						commit
						889359b6f9
					
				
					 30 changed files with 180 additions and 225 deletions
				
			
		|  | @ -100,9 +100,8 @@ void ClientConnection::did_request_certificates(Badge<Request>, Request& request | |||
|     post_message(Messages::RequestClient::CertificateRequested(request.id())); | ||||
| } | ||||
| 
 | ||||
| Messages::RequestServer::GreetResponse ClientConnection::handle(const Messages::RequestServer::Greet&) | ||||
| void ClientConnection::handle(const Messages::RequestServer::Greet&) | ||||
| { | ||||
|     return {}; | ||||
| } | ||||
| 
 | ||||
| Messages::RequestServer::SetCertificateResponse ClientConnection::handle(const Messages::RequestServer::SetCertificate& message) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Gunnar Beutner
						Gunnar Beutner