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

Annotation of /infoscreen/httpwrapper.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 528 - (hide annotations) (download)
Wed Jan 6 22:18:52 2010 UTC (14 years, 4 months ago) by torben
File MIME type: text/plain
File size: 210 byte(s)
first functioning clientside xml-controlled switch
1 torben 528 #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