mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:52:45 +00:00 
			
		
		
		
	LibCore: Remove all remaining C prefix references
LibCore's GZip is also moved into the Core namespace with this change.
This commit is contained in:
		
							parent
							
								
									4a271430f8
								
							
						
					
					
						commit
						57f1c919df
					
				
					 17 changed files with 42 additions and 34 deletions
				
			
		|  | @ -33,7 +33,7 @@ namespace Core { | |||
| UdpSocket::UdpSocket(int fd, Object* parent) | ||||
|     : Socket(Socket::Type::UDP, parent) | ||||
| { | ||||
|     // NOTE: This constructor is used by CUdpServer::accept(), so the socket is already connected.
 | ||||
|     // NOTE: This constructor is used by UdpServer::accept(), so the socket is already connected.
 | ||||
|     m_connected = true; | ||||
|     set_fd(fd); | ||||
|     set_mode(IODevice::ReadWrite); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Shannon Booth
						Shannon Booth