diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-05-17 17:12:00 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-05-17 17:12:00 -0700 |
commit | 90c6b871c49e5936639cfc181d6119fc1a8a3f08 (patch) | |
tree | 23870b5d5f840aebd7af9e72bd143e6a50601d53 /indra/newview/llagent.h | |
parent | cf0a6a61bd44b4becfa81eb3e0c6b16bc42c4c44 (diff) |
EXP-1928: Constructing the new maturity preferences flow for the case of a teleport via lure (which cannot be restared).
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index cbfe8af90c..6c1f4a76a1 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -578,6 +578,7 @@ protected: public: inline bool hasCurrentTeleportRequest() {return (mCurrentTeleportRequest != NULL);}; inline bool hasFailedTeleportRequest() {return (mFailedTeleportRequest != NULL);}; + bool hasRestartableFailedTeleportRequest(); void restartFailedTeleportRequest(); void clearFailedTeleportRequest(); void setMaturityRatingChangeDuringTeleport(U8 pMaturityRatingChange); |