Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
Conflicts: indra/llmessage/llregionpresenceverifier.cpp indra/llmessage/llregionpresenceverifier.h
This commit is contained in:
@@ -83,6 +83,9 @@
|
||||
#include "llmemtype.h"
|
||||
#include "llpacketring.h"
|
||||
|
||||
class AIHTTPTimeoutPolicy;
|
||||
extern AIHTTPTimeoutPolicy fnPtrResponder_timeout;
|
||||
|
||||
// Constants
|
||||
//const char* MESSAGE_LOG_FILENAME = "message.log";
|
||||
static const F32 CIRCUIT_DUMP_TIMEOUT = 30.f;
|
||||
@@ -104,7 +107,7 @@ public:
|
||||
|
||||
namespace
|
||||
{
|
||||
class LLFnPtrResponder : public LLHTTPClient::Responder
|
||||
class LLFnPtrResponder : public LLHTTPClient::ResponderWithResult
|
||||
{
|
||||
LOG_CLASS(LLFnPtrResponder);
|
||||
public:
|
||||
@@ -133,6 +136,8 @@ namespace
|
||||
if(NULL != mCallback) mCallback(mCallbackData, LL_ERR_NOERR);
|
||||
}
|
||||
|
||||
virtual AIHTTPTimeoutPolicy const& getHTTPTimeoutPolicy(void) const { return fnPtrResponder_timeout; }
|
||||
|
||||
private:
|
||||
|
||||
void (*mCallback)(void **,S32);
|
||||
|
||||
Reference in New Issue
Block a user