]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/l4re/util/include/event_svr
update
[l4.git] / l4 / pkg / l4re / util / include / event_svr
index 91aebb50288c617d3016b4ef16f8ec1da03f9ffe..91f9e324bf1774fac671fe547dd9eaaec0e7de78 100644 (file)
@@ -39,7 +39,7 @@ protected:
 
 public:
   Event_svr() : Icu_svr(1, &_irq) {}
-  int dispatch(l4_umword_t obj, L4::Ipc_iostream &ios);
+  int dispatch(l4_umword_t obj, L4::Ipc::Iostream &ios);
   int get_num_streams() const { return 0; }
   int get_stream_info(int, L4Re::Event_stream_info *)
   { return -L4_EINVAL; }
@@ -53,7 +53,7 @@ public:
 template<typename SVR>
 inline
 int
-Event_svr<SVR>::dispatch(l4_umword_t obj, L4::Ipc_iostream &ios)
+Event_svr<SVR>::dispatch(l4_umword_t obj, L4::Ipc::Iostream &ios)
 {
   l4_msgtag_t tag;
   ios >> tag;