Removed most OGPX related code.

This commit is contained in:
Shyotl
2011-05-28 17:11:10 -05:00
parent 7851a6f38d
commit 49b893c806
15 changed files with 119 additions and 850 deletions

View File

@@ -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