mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:22:45 +00:00 
			
		
		
		
	LibIPC: Start fleshing out a separate IPC library
This will be a place to put object serialization/deserialization logic, message parsing, endpoint management, etc.
This commit is contained in:
		
							parent
							
								
									aa8a3d4a89
								
							
						
					
					
						commit
						a40e763b2a
					
				
					 7 changed files with 81 additions and 0 deletions
				
			
		
							
								
								
									
										9
									
								
								Libraries/LibIPC/IEndpoint.cpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								Libraries/LibIPC/IEndpoint.cpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,9 @@ | |||
| #include <LibIPC/IEndpoint.h> | ||||
| 
 | ||||
| IEndpoint::IEndpoint() | ||||
| { | ||||
| } | ||||
| 
 | ||||
| IEndpoint::~IEndpoint() | ||||
| { | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling