diff options
author | Teravus Ovares (Dan Olivares) | 2010-10-14 09:24:15 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2010-10-14 09:24:15 -0400 |
commit | 7e363b79c7894b8c393ec38ae60ea19f8cb65d5e (patch) | |
tree | abd4fc965bc45736f364667d6376f16eef67a60c /OpenSim/Framework/Capabilities | |
parent | Merge branch 'master' of ssh://MyConnection/var/git/opensim (diff) | |
download | opensim-SC_OLD-7e363b79c7894b8c393ec38ae60ea19f8cb65d5e.zip opensim-SC_OLD-7e363b79c7894b8c393ec38ae60ea19f8cb65d5e.tar.gz opensim-SC_OLD-7e363b79c7894b8c393ec38ae60ea19f8cb65d5e.tar.bz2 opensim-SC_OLD-7e363b79c7894b8c393ec38ae60ea19f8cb65d5e.tar.xz |
* Tweaked the upload response and now at least uploading the mesh works.
* Binary error on downloading the mesh though.. so still not yet working.
Diffstat (limited to 'OpenSim/Framework/Capabilities')
-rw-r--r-- | OpenSim/Framework/Capabilities/LLSDAssetUploadResponse.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/OpenSim/Framework/Capabilities/LLSDAssetUploadResponse.cs b/OpenSim/Framework/Capabilities/LLSDAssetUploadResponse.cs index 08f14e3..0d6f7f9 100644 --- a/OpenSim/Framework/Capabilities/LLSDAssetUploadResponse.cs +++ b/OpenSim/Framework/Capabilities/LLSDAssetUploadResponse.cs | |||
@@ -39,4 +39,18 @@ namespace OpenSim.Framework.Capabilities | |||
39 | { | 39 | { |
40 | } | 40 | } |
41 | } | 41 | } |
42 | |||
43 | [OSDMap] | ||
44 | public class LLSDNewFileAngentInventoryVariablePriceReplyResponse | ||
45 | { | ||
46 | public int resource_cost; | ||
47 | public string state; | ||
48 | public int upload_price; | ||
49 | public string rsvp; | ||
50 | |||
51 | public LLSDNewFileAngentInventoryVariablePriceReplyResponse() | ||
52 | { | ||
53 | state = "confirm_upload"; | ||
54 | } | ||
55 | } | ||
42 | } \ No newline at end of file | 56 | } \ No newline at end of file |