diff options
author | Rider Linden <none@none> | 2015-03-26 13:32:09 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-03-26 13:32:09 -0700 |
commit | 97b93179692b764aba7eee571f1b557f6f8070db (patch) | |
tree | 73b3d56746f86542833513fd315abc6e575b6e65 /indra/newview/llappcorehttp.h | |
parent | f6ba7514d2392bfb5bbbe8b003b4b860118fddc5 (diff) |
Create trivial handler for SD Messages, method in LLAgent for posting HTTP requests.
Diffstat (limited to 'indra/newview/llappcorehttp.h')
-rwxr-xr-x | indra/newview/llappcorehttp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappcorehttp.h b/indra/newview/llappcorehttp.h index 95b56100a6..410d7c6b07 100755 --- a/indra/newview/llappcorehttp.h +++ b/indra/newview/llappcorehttp.h @@ -185,7 +185,7 @@ public: /// Concurrency: mid /// Request rate: low /// Pipelined: yes - AP_AVATAR, + AP_AGENT, AP_COUNT // Must be last }; |