summaryrefslogtreecommitdiff
path: root/indra/newview/llappcorehttp.cpp
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-03-25 11:31:11 -0700
committerRider Linden <none@none>2015-03-25 11:31:11 -0700
commite140118fc41b79e403b299cabe1653af1971e87a (patch)
treea67ab5d98aaec4e6be50ddf67c537a799fcc8d15 /indra/newview/llappcorehttp.cpp
parent3c46c6bcf2afcac5e0d6f435480cbee5c3136f63 (diff)
Replace appearance responder with new LLCore Appearance Handler.
Prep for some slight cleanup of the code. Add AP_AVATAR Policy
Diffstat (limited to 'indra/newview/llappcorehttp.cpp')
-rwxr-xr-xindra/newview/llappcorehttp.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llappcorehttp.cpp b/indra/newview/llappcorehttp.cpp
index 420d37369f..8da78a45a6 100755
--- a/indra/newview/llappcorehttp.cpp
+++ b/indra/newview/llappcorehttp.cpp
@@ -102,6 +102,11 @@ static const struct
2, 1, 8, 0, false,
"RenderMaterials",
"material manager requests"
+ },
+ { // AP_AVATAR
+ 2, 1, 32, 0, true,
+ "Avatar",
+ "Avatar requests"
}
};