lleventpoll.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLEVENTPOLL_H
00033 #define LL_LLEVENTPOLL_H
00034 
00035 #include "llhttpclient.h"
00036 
00037 class LLEventPoll
00039 {
00040 public:
00041         LLEventPoll(const std::string& pollURL, const LLHost& sender);
00043 
00044         virtual ~LLEventPoll();
00046 
00047 
00048 private:
00049         LLHTTPClient::ResponderPtr mImpl;
00050 };
00051 
00052 
00053 #endif // LL_LLEVENTPOLL_H

Generated on Thu Jul 1 06:08:29 2010 for Second Life Viewer by  doxygen 1.4.7