]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/examples/libs/l4re/c++/shared_ds/ds_srv.cc
update
[l4.git] / l4 / pkg / examples / libs / l4re / c++ / shared_ds / ds_srv.cc
index 31a7707bca9ab0116c1deb24750dc0ecfa0b5882..f54cec4bdfc7bb1c29120152a662fe52e6cb8484 100644 (file)
@@ -47,11 +47,11 @@ public:
   /**
    * Dispatch function, dealing with remote requests.
    */
-  int dispatch(l4_umword_t obj, L4::Ipc_iostream &ios);
+  int dispatch(l4_umword_t obj, L4::Ipc::Iostream &ios);
 };
 
 
-int My_server_obj::dispatch(l4_umword_t obj, L4::Ipc_iostream &ios)
+int My_server_obj::dispatch(l4_umword_t obj, L4::Ipc::Iostream &ios)
 {
   // we don't care about the original object reference, however
   // we could read out the access rights from the lowest 2 bits
@@ -103,10 +103,10 @@ public:
    * Dispatch function, dealing with remote requests.
    * This is the ISR.
    */
-  int dispatch(l4_umword_t obj, L4::Ipc_iostream &ios);
+  int dispatch(l4_umword_t obj, L4::Ipc::Iostream &ios);
 };
 
-int Shm_observer::dispatch(l4_umword_t obj, L4::Ipc_iostream &ios)
+int Shm_observer::dispatch(l4_umword_t obj, L4::Ipc::Iostream &ios)
 {
   // we don't care about the original object reference, however
   // we could read out the access rights from the lowest 2 bits