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.cpp | |
| parent | f6ba7514d2392bfb5bbbe8b003b4b860118fddc5 (diff) | |
Create trivial handler for SD Messages, method in LLAgent for posting HTTP requests.
Diffstat (limited to 'indra/newview/llappcorehttp.cpp')
| -rwxr-xr-x | indra/newview/llappcorehttp.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llappcorehttp.cpp b/indra/newview/llappcorehttp.cpp index 8da78a45a6..cd9166f7b7 100755 --- a/indra/newview/llappcorehttp.cpp +++ b/indra/newview/llappcorehttp.cpp @@ -103,10 +103,10 @@ static const struct "RenderMaterials", "material manager requests" }, - { // AP_AVATAR + { // AP_AGENT 2, 1, 32, 0, true, - "Avatar", - "Avatar requests" + "Agent", + "Agent requests" } }; |
