mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:22:43 +00:00 
			
		
		
		
	|  4f200def9c Same issue here as we had with RefPtr and NonnullRefPtr. Since we can't make copies of an owning pointer, we don't get quite the same static_ptr_cast<T> here. Instead I've only added a new templated version of OwnPtr::release_nonnull() in this patch, to solve the only issue that popped up. I'm not sure what the best solution here is, but this works for now. | ||
|---|---|---|
| .. | ||
| ClientConnection.h | ||
| Decoder.cpp | ||
| Decoder.h | ||
| Encoder.cpp | ||
| Encoder.h | ||
| Endpoint.cpp | ||
| Endpoint.h | ||
| Forward.h | ||
| Makefile | ||
| Message.cpp | ||
| Message.h | ||
| ServerConnection.h | ||