/[projects]/infoscreen/httpwrapper.h
ViewVC logotype

Contents of /infoscreen/httpwrapper.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 904 - (show annotations) (download)
Fri Jun 25 13:52:07 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/plain
File size: 211 byte(s)
pass by reference
1 #ifndef HTTPWRAPPER_H
2 #define HTTPWRAPPER_H
3
4 #include <QByteArray>
5 #include <QString>
6
7 class HttpWrapper
8 {
9 public:
10 HttpWrapper();
11 static QByteArray getSyncData(QString& uri);
12 };
13
14 #endif // HTTPWRAPPER_H

  ViewVC Help
Powered by ViewVC 1.1.20