diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-06-02 18:21:25 +0300 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-06-02 18:21:25 +0300 |
commit | 0473ab08d81a7f5b87dfe02cbb95bd9863df1757 (patch) | |
tree | acbfc36e97fb0de1b5d93a36940b1b9cc61850e1 /indra/newview/llteleporthistory.h | |
parent | 4ac34230c125e070ba4a78a76d875595e9f7054e (diff) |
EXT-7034 FIX add initializationagent position at later state in case initialization at earlier state failed.
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/480/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llteleporthistory.h')
-rw-r--r-- | indra/newview/llteleporthistory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llteleporthistory.h b/indra/newview/llteleporthistory.h index a82bec7c4f..e035451e71 100644 --- a/indra/newview/llteleporthistory.h +++ b/indra/newview/llteleporthistory.h @@ -136,6 +136,10 @@ public: * @see load() */ void dump() const; + /** + * Process login complete event. Basically put current location into history + */ + void handleLoginComplete(); private: |