00001 #include "focusinterface.h"
00002
00003 using namespace control;
00004
00005 FocusInterface::~FocusInterface()
00006 {
00007 }
00008
00009 void FocusInterface::init(domain::TaskManagerData* data, ui::UiInterface* ui)
00010 {
00011 this->data = data;
00012 this->ui = ui;
00013 }