29 #include <FL/Fl_Double_Window.H>
30 #include <FL/Fl_Progress.H>
31 #include "cards_wrapper.h"
33 using namespace cards;
41 void OnDoJobListFinished (
const CEH_RC rc);
42 void OnSyncFinished(
const CEH_RC rc);
43 void OnProgressInfo(
int percent);
45 static void Callback(Fl_Widget*,
void* pInstance);
47 Fl_Progress* _jobProgress;
48 Fl_Progress* _fileProgress;