#include <lleventpoll.h>
Public Member Functions | |
LLEventPoll (const std::string &pollURL, const LLHost &sender) | |
Start polling the URL. | |
virtual | ~LLEventPoll () |
will stop polling, cancelling any poll in progress. | |
Private Attributes | |
LLHTTPClient::ResponderPtr | mImpl |
Definition at line 37 of file lleventpoll.h.
LLEventPoll::LLEventPoll | ( | const std::string & | pollURL, | |
const LLHost & | sender | |||
) |
LLEventPoll::~LLEventPoll | ( | ) | [virtual] |
LLHTTPClient::ResponderPtr LLEventPoll::mImpl [private] |
Definition at line 49 of file lleventpoll.h.