00001 00032 #ifndef LL_LLMAPLAYERRESPONDER_H 00033 #define LL_LLMAPLAYERRESPONDER_H 00034 00035 #include "llhttpclient.h" 00036 00037 class LLMapLayerResponder : public LLHTTPClient::Responder 00038 { 00039 virtual void result(const LLSD& content); 00040 }; 00041 00042 #endif // LL_LLMAPLAYERRESPONDER_H