diff options
author | Roxanne Skelly <roxie@lindenlab.com> | 2024-05-20 14:36:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 14:36:14 -0700 |
commit | a1d7d2abc304b59fbca26f0ca23c926762be10a1 (patch) | |
tree | fcb3901b838af753e40c2ddd1ce84b95a6c2f603 /indra/llcorehttp/_httpopsetpriority.h | |
parent | f51797f088808029745161854aa86b775f041a64 (diff) | |
parent | 3a212d9608492ae64a3a32f80790371b90be9e9e (diff) |
Merge pull request #1532 from secondlife/roxie/webrtc-voice
[WebRTC] Merge from main
Diffstat (limited to 'indra/llcorehttp/_httpopsetpriority.h')
-rw-r--r-- | indra/llcorehttp/_httpopsetpriority.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/indra/llcorehttp/_httpopsetpriority.h b/indra/llcorehttp/_httpopsetpriority.h index fd543f37cc..b77a220c1b 100644 --- a/indra/llcorehttp/_httpopsetpriority.h +++ b/indra/llcorehttp/_httpopsetpriority.h @@ -24,8 +24,8 @@ * $/LicenseInfo$ */ -#ifndef _LLCORE_HTTP_SETPRIORITY_H_ -#define _LLCORE_HTTP_SETPRIORITY_H_ +#ifndef _LLCORE_HTTP_SETPRIORITY_H_ +#define _LLCORE_HTTP_SETPRIORITY_H_ #if 0 // DEPRECATED #include "httpcommon.h" @@ -49,24 +49,24 @@ namespace LLCore class HttpOpSetPriority : public HttpOperation { public: - HttpOpSetPriority(HttpHandle handle); + HttpOpSetPriority(HttpHandle handle); - virtual ~HttpOpSetPriority(); + virtual ~HttpOpSetPriority(); private: - HttpOpSetPriority(const HttpOpSetPriority &); // Not defined - void operator=(const HttpOpSetPriority &); // Not defined + HttpOpSetPriority(const HttpOpSetPriority &); // Not defined + void operator=(const HttpOpSetPriority &); // Not defined public: - virtual void stageFromRequest(HttpService *); + virtual void stageFromRequest(HttpService *); protected: - // Request Data - HttpHandle mHandle; + // Request Data + HttpHandle mHandle; }; // end class HttpOpSetPriority } // end namespace LLCore #endif -#endif // _LLCORE_HTTP_SETPRIORITY_H_ +#endif // _LLCORE_HTTP_SETPRIORITY_H_ |