X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fpipe.h;h=eb77e6ab830d0d50cfa5bbedc16a29b7bbfbe4d2;hp=a2a7d0f99f53ec6fafb69752c2f60886d5365a93;hb=c21ab7e49852585df01b4cc19599e25a918b581b;hpb=31e72f50fbb34d86877e5110401c49ce3fefd4bb diff --git a/source/io/pipe.h b/source/io/pipe.h index a2a7d0f..eb77e6a 100644 --- a/source/io/pipe.h +++ b/source/io/pipe.h @@ -1,13 +1,13 @@ #ifndef MSP_IO_PIPE_H_ #define MSP_IO_PIPE_H_ -#include "base.h" +#include "eventobject.h" #include "handle.h" namespace Msp { namespace IO { -class Pipe: public Base +class Pipe: public EventObject { private: struct Private;