diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-06-19 17:01:02 -0400 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-06-19 17:01:02 -0400 |
commit | a50944e078b98435685f04eda0ba93e95d4c61f2 (patch) | |
tree | c49f2b0b40de767b94beea0bf3ea098c6af382ab /indra/llcorehttp/httprequest.cpp | |
parent | f0353abe7605778048d69ce3acb8f5ddd5693083 (diff) |
Cleanup: move magic nubmers to new _httpinternal.h header file.
Diffstat (limited to 'indra/llcorehttp/httprequest.cpp')
-rw-r--r-- | indra/llcorehttp/httprequest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcorehttp/httprequest.cpp b/indra/llcorehttp/httprequest.cpp index 2036ecfd1c..e906ff8a1e 100644 --- a/indra/llcorehttp/httprequest.cpp +++ b/indra/llcorehttp/httprequest.cpp @@ -108,6 +108,7 @@ HttpStatus HttpRequest::setPolicyGlobalOption(EGlobalPolicy opt, const std::stri HttpRequest::policy_t HttpRequest::createPolicyClass() { + // *FIXME: Implement classes policy_t policy_id = 1; return policy_id; |