X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Examples%2FDVBAdapter%2FULEdec.hh;fp=Examples%2FDVBAdapter%2FULEdec.hh;h=64c9867aa3b79ab9b710f8923f88caaf61b00115;hb=e67faa588ac375105c0a6d12c79ef93d5499bcab;hp=c6dc7384565ff14b185b857047642bd8a5e7ab72;hpb=f00a102138bcbabdaab1caab1db6a8876463dedc;p=senf.git diff --git a/Examples/DVBAdapter/ULEdec.hh b/Examples/DVBAdapter/ULEdec.hh index c6dc738..64c9867 100644 --- a/Examples/DVBAdapter/ULEdec.hh +++ b/Examples/DVBAdapter/ULEdec.hh @@ -51,7 +51,7 @@ private: bool priv_sndu_type_1; iterator snduPacketData_iter; - void handleEvent(senf::FileHandle, senf::Scheduler::EventId event); + void handleEvent(senf::Scheduler::EventId event); void handleTSPacket(senf::TransportPacket tsPacket); void handleSNDUPacket(); @@ -82,6 +82,6 @@ struct ULEdecException : public std::exception // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" -// compile-command: "scons -u test" +// compile-command: "scons -u" // comment-column: 40 // End: