ladybird/Libraries/LibProtocol
Andreas Kling a6e69bda71 AK: Add basic Traits for RefPtr
This allows RefPtr to be stored in a HashTable<RefPtr<T>> :^)

It's unfortunate about the const_casts. We'll need to fix HashMap::get
to play nice with non-const Traits<T>::PeekType at some point.
2020-02-16 21:58:17 +01:00
..
Client.cpp AK: Add basic Traits for RefPtr 2020-02-16 21:58:17 +01:00
Client.h LibCore: Reduce header dependencies of EventLoop 2020-02-15 02:09:00 +01:00
Download.cpp LibProtocol: Rename namespace LibProtocol => Protocol 2020-02-05 19:13:44 +01:00
Download.h AK: Remove manual forward declarations with <AK/Forward.h> 2020-02-15 00:12:31 +01:00
Makefile Build: more IPCCompiler-generated dependencies 2020-01-15 21:52:09 +01:00