mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:42:43 +00:00 
			
		
		
		
	 a40e763b2a
			
		
	
	
		a40e763b2a
		
	
	
	
	
		
			
			This will be a place to put object serialization/deserialization logic, message parsing, endpoint management, etc.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			87 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			87 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include <LibIPC/IEndpoint.h>
 | |
| 
 | |
| IEndpoint::IEndpoint()
 | |
| {
 | |
| }
 | |
| 
 | |
| IEndpoint::~IEndpoint()
 | |
| {
 | |
| }
 |