summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodeluploadbase.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-15 12:18:31 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-15 12:18:31 -0400
commit7ccf02515ad3f9e3bf795d651fe4b3c0d773f353 (patch)
treec4adc897c07f652e617e91fbf41c12b823acc808 /indra/newview/llfloatermodeluploadbase.h
parent1abf5f18d6afc7ae9e1b1562b92e5c1ce33b722f (diff)
parente7eced3c87310b15ac20cc3cd470d67686104a14 (diff)
Merge commit 'e7eced3' into lua-timers for whitespace fixes.
Diffstat (limited to 'indra/newview/llfloatermodeluploadbase.h')
-rw-r--r--indra/newview/llfloatermodeluploadbase.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/indra/newview/llfloatermodeluploadbase.h b/indra/newview/llfloatermodeluploadbase.h
index 721fce059e..67d950e7f1 100644
--- a/indra/newview/llfloatermodeluploadbase.h
+++ b/indra/newview/llfloatermodeluploadbase.h
@@ -35,31 +35,31 @@ class LLFloaterModelUploadBase : public LLFloater, public LLUploadPermissionsObs
{
public:
- LLFloaterModelUploadBase(const LLSD& key);
+ LLFloaterModelUploadBase(const LLSD& key);
- virtual ~LLFloaterModelUploadBase(){};
+ virtual ~LLFloaterModelUploadBase(){};
- virtual void setPermissonsErrorStatus(S32 status, const std::string& reason) = 0;
+ virtual void setPermissonsErrorStatus(S32 status, const std::string& reason) = 0;
- virtual void onPermissionsReceived(const LLSD& result) = 0;
+ virtual void onPermissionsReceived(const LLSD& result) = 0;
- virtual void onModelPhysicsFeeReceived(const LLSD& result, std::string upload_url) = 0;
+ virtual void onModelPhysicsFeeReceived(const LLSD& result, std::string upload_url) = 0;
- virtual void setModelPhysicsFeeErrorStatus(S32 status, const std::string& reason, const LLSD& result) = 0;
+ virtual void setModelPhysicsFeeErrorStatus(S32 status, const std::string& reason, const LLSD& result) = 0;
- virtual void onModelUploadSuccess() {};
+ virtual void onModelUploadSuccess() {};
- virtual void onModelUploadFailure() {};
+ virtual void onModelUploadFailure() {};
protected:
- // requests agent's permissions to upload model
- void requestAgentUploadPermissions();
+ // requests agent's permissions to upload model
+ void requestAgentUploadPermissions();
void requestAgentUploadPermissionsCoro(std::string url, LLHandle<LLUploadPermissionsObserver> observerHandle);
- std::string mUploadModelUrl;
- bool mHasUploadPerm;
+ std::string mUploadModelUrl;
+ bool mHasUploadPerm;
};
#endif /* LL_LLFLOATERMODELUPLOADBASE_H */