Removed most OGPX related code.
This commit is contained in:
@@ -50,21 +50,4 @@ private:
|
||||
LLHTTPClient::ResponderPtr mImpl;
|
||||
};
|
||||
|
||||
// Just like the region uses the event poll to invoke services on the viewer,
|
||||
// the agent domain also does. There will be lots of changes coming to this code,
|
||||
// for now a nice clean split from the region's event code.
|
||||
class LLAgentEventPoll //OGPX
|
||||
///< implements the viewer side of server-to-viewer pushed events.
|
||||
{
|
||||
public:
|
||||
LLAgentEventPoll(const std::string& pollURL);
|
||||
///< Start polling the URL.
|
||||
|
||||
virtual ~LLAgentEventPoll();
|
||||
///< will stop polling, cancelling any poll in progress.
|
||||
|
||||
|
||||
private:
|
||||
LLHTTPClient::ResponderPtr mImpl;
|
||||
};
|
||||
#endif // LL_LLEVENTPOLL_H
|
||||
|
||||
Reference in New Issue
Block a user