diff options
author | Rider Linden <none@none> | 2015-03-27 17:00:02 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-03-27 17:00:02 -0700 |
commit | 735364038767694ea29d9b6a168410e6482cc9c2 (patch) | |
tree | 7f04704516d6c5d537bca1fc9290a2beb268c820 /indra/llcorehttp/_httpoprequest.h | |
parent | b9e80807091aa7a27f1a10a23dd32bbb292d9dfb (diff) |
first set of chnages from code review from Nat
Diffstat (limited to 'indra/llcorehttp/_httpoprequest.h')
-rwxr-xr-x | indra/llcorehttp/_httpoprequest.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/llcorehttp/_httpoprequest.h b/indra/llcorehttp/_httpoprequest.h index 7a4b7c189e..e71d1d1edf 100755 --- a/indra/llcorehttp/_httpoprequest.h +++ b/indra/llcorehttp/_httpoprequest.h @@ -66,7 +66,7 @@ class HttpOptions; class HttpOpRequest : public HttpOperation { public: - HttpOpRequest(HttpRequest const * const request); + HttpOpRequest(); protected: virtual ~HttpOpRequest(); // Use release() @@ -165,11 +165,10 @@ protected: static const unsigned int PF_SAVE_HEADERS = 0x00000002U; static const unsigned int PF_USE_RETRY_AFTER = 0x00000004U; - HttpRequest::policyCallback mCallbackSSLVerify; + HttpRequest::policyCallback_t mCallbackSSLVerify; public: // Request data - HttpRequest const * const mRequest; EMethod mReqMethod; std::string mReqURL; BufferArray * mReqBody; |