mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:17:45 +00:00
LibIPC: Use InputMemoryStream instead of BufferStream.
This commit is contained in:
parent
7d1b22bbb1
commit
c879ecf509
4 changed files with 24 additions and 27 deletions
|
@ -32,10 +32,9 @@
|
|||
namespace IPC {
|
||||
|
||||
template<typename T>
|
||||
bool encode(BufferStream&, T&)
|
||||
bool encode(Encoder&, T&)
|
||||
{
|
||||
ASSERT_NOT_REACHED();
|
||||
return false;
|
||||
}
|
||||
|
||||
class Encoder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue