diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2011-06-29 22:03:29 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2011-06-29 22:03:29 +0300 |
commit | e4b12b83e8721e0856af0305f6cee46cd6092024 (patch) | |
tree | 8d63de0e773cb523fc613b74dbd70a78bc9f2cf8 /indra/newview/lluploadfloaterobservers.h | |
parent | 0c05ea2740b63c824fba2bab37f67ca2188f0d07 (diff) |
SH-1725 WIP Added upload permissions and fee requests to Upload Model Wizard.
- Enabled warning for users without upload permissions.
- Enabled "Calculate weights & fee" button.
- Temporarily enabled to upload meshes if upload permission capability request has failed.
Diffstat (limited to 'indra/newview/lluploadfloaterobservers.h')
-rw-r--r-- | indra/newview/lluploadfloaterobservers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lluploadfloaterobservers.h b/indra/newview/lluploadfloaterobservers.h index f27687e12e..23206549e7 100644 --- a/indra/newview/lluploadfloaterobservers.h +++ b/indra/newview/lluploadfloaterobservers.h @@ -38,8 +38,8 @@ public: LLUploadPermissionsObserver(){mUploadPermObserverHandle.bind(this);} virtual ~LLUploadPermissionsObserver() {} - virtual void onPermReceived(const LLSD& result) = 0; - virtual void setPermErrorStatus(U32 status, const std::string& reason) = 0; + virtual void onPermissionsReceived(const LLSD& result) = 0; + virtual void setPermissonsErrorStatus(U32 status, const std::string& reason) = 0; LLHandle<LLUploadPermissionsObserver> getPermObserverHandle() const {return mUploadPermObserverHandle;} |