Remove 'Ipc_istream' and 'Ipc_ostream' from API

Fixes #610
This commit is contained in:
Norman Feske
2016-03-13 22:55:48 +01:00
committed by Christian Helmuth
parent 4cdfb9bc2f
commit 47878bd3e1
27 changed files with 544 additions and 1076 deletions

View File

@ -62,9 +62,9 @@ namespace Genode {
inline Genode::size_t size() const { return _size; };
/**
* Return address of message buffer
* Return pointer of message data payload
*/
inline void *addr() { return &_msg_start[0]; };
inline void *data() { return &_msg_start[0]; };
void reset_caps() { _used_caps = 0; _read_cap_index = 0; }