00001 #ifndef _BACKENDUTIL_H
00002 #define _BACKENDUTIL_H
00003
00004 #include <vector>
00005 using namespace std;
00006
00007 #include <QMap>
00008
00009 #include "remoteutil.h"
00010
00011 class QStringList;
00012 class EncoderLink;
00013
00014 void BackendQueryDiskSpace(QStringList &strlist,
00015 QMap <int, EncoderLink *> *encoderList,
00016 bool consolidated = false, bool allHosts = false);
00017
00018 QString GetPlaybackURL(ProgramInfo *pginfo, bool storePath = true);
00019
00020 #endif
00021
00022