summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpopsetget.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-06-10 17:06:06 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-06-10 19:25:02 +0300
commit0dcc912cecdfb365c1f4246545ece40ccb7bc18e (patch)
treeccf664c765d1adbbf4985069321df65c85ca36e2 /indra/llcorehttp/_httpopsetget.h
parentbd8438f7083643ae5812b14e35e69e69ef1616c6 (diff)
parentd317454c82e016a02c8a708a0118f3ff29aa8e82 (diff)
Merge main into inventory_favorites
# Conflicts: # indra/llui/llfolderviewmodel.h # indra/newview/llpanelwearing.cpp # indra/newview/llwearableitemslist.cpp
Diffstat (limited to 'indra/llcorehttp/_httpopsetget.h')
-rw-r--r--indra/llcorehttp/_httpopsetget.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/indra/llcorehttp/_httpopsetget.h b/indra/llcorehttp/_httpopsetget.h
index 04ab2446ef..0b927a6b71 100644
--- a/indra/llcorehttp/_httpopsetget.h
+++ b/indra/llcorehttp/_httpopsetget.h
@@ -24,11 +24,11 @@
* $/LicenseInfo$
*/
-#ifndef _LLCORE_HTTP_OPSETGET_H_
-#define _LLCORE_HTTP_OPSETGET_H_
+#ifndef _LLCORE_HTTP_OPSETGET_H_
+#define _LLCORE_HTTP_OPSETGET_H_
-#include "linden_common.h" // Modifies curl/curl.h interfaces
+#include "linden_common.h" // Modifies curl/curl.h interfaces
#include "httpcommon.h"
@@ -55,37 +55,37 @@ class HttpOpSetGet : public HttpOperation
public:
typedef std::shared_ptr<HttpOpSetGet> ptr_t;
- HttpOpSetGet();
+ HttpOpSetGet();
- virtual ~HttpOpSetGet(); // Use release()
+ virtual ~HttpOpSetGet(); // Use release()
private:
- HttpOpSetGet(const HttpOpSetGet &); // Not defined
- void operator=(const HttpOpSetGet &); // Not defined
+ HttpOpSetGet(const HttpOpSetGet &); // Not defined
+ void operator=(const HttpOpSetGet &); // Not defined
public:
- /// Threading: called by application thread
- HttpStatus setupGet(HttpRequest::EPolicyOption opt, HttpRequest::policy_t pclass);
- HttpStatus setupSet(HttpRequest::EPolicyOption opt, HttpRequest::policy_t pclass, long value);
- HttpStatus setupSet(HttpRequest::EPolicyOption opt, HttpRequest::policy_t pclass, const std::string & value);
+ /// Threading: called by application thread
+ HttpStatus setupGet(HttpRequest::EPolicyOption opt, HttpRequest::policy_t pclass);
+ HttpStatus setupSet(HttpRequest::EPolicyOption opt, HttpRequest::policy_t pclass, long value);
+ HttpStatus setupSet(HttpRequest::EPolicyOption opt, HttpRequest::policy_t pclass, const std::string & value);
- virtual void stageFromRequest(HttpService *);
+ virtual void stageFromRequest(HttpService *);
public:
- // Request data
- HttpRequest::EPolicyOption mReqOption;
- HttpRequest::policy_t mReqClass;
- bool mReqDoSet;
- long mReqLongValue;
- std::string mReqStrValue;
+ // Request data
+ HttpRequest::EPolicyOption mReqOption;
+ HttpRequest::policy_t mReqClass;
+ bool mReqDoSet;
+ long mReqLongValue;
+ std::string mReqStrValue;
- // Reply Data
- long mReplyLongValue;
- std::string mReplyStrValue;
+ // Reply Data
+ long mReplyLongValue;
+ std::string mReplyStrValue;
}; // end class HttpOpSetGet
} // end namespace LLCore
-#endif // _LLCORE_HTTP_OPSETGET_H_
+#endif // _LLCORE_HTTP_OPSETGET_H_