380,393c380
< class TranslationEvent : public Event
< {
< protected:
< SplitDataRequest &owner;
<
< public:
< TranslationEvent(SplitDataRequest &owner_)
< : owner(owner_) { }
<
< void process()
< { owner.sendNextFragmentToTranslation(); }
< };
<
< TranslationEvent translationEvent;
---
> EventFunctionWrapper translationEvent;