|
MythTV
0.26-pre
|
#include <mythhttppool.h>
Public Member Functions | |
| virtual void | Update (QHttp::Error error, const QString &error_str, const QUrl &url, uint http_status_id, const QString &http_status_str, const QByteArray &data)=0 |
| virtual | ~MythHttpListener () |
Definition at line 18 of file mythhttppool.h.
| virtual MythHttpListener::~MythHttpListener | ( | ) | [inline, virtual] |
Definition at line 27 of file mythhttppool.h.
| virtual void MythHttpListener::Update | ( | QHttp::Error | error, |
| const QString & | error_str, | ||
| const QUrl & | url, | ||
| uint | http_status_id, | ||
| const QString & | http_status_str, | ||
| const QByteArray & | data | ||
| ) | [pure virtual] |
1.7.6.1