diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-10-26 18:27:08 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-10-26 18:27:08 -0400 |
commit | 3aeff074cfc2f14b661b96bc0664087a95a99eff (patch) | |
tree | 4e36fc435812894b5854fac3252149518eff5e34 /indra/newview/llagent.h | |
parent | 6c62c4e716753456b7de47652a575fafdba45049 (diff) |
SH-3469 FIX - use callback mechanism to handle possible race between getting caps and setting agent region
Diffstat (limited to 'indra/newview/llagent.h')
-rwxr-xr-x[-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 ae5efb2287..693c123851 100644..100755 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -610,6 +610,7 @@ private: void handleTeleportFinished(); void handleTeleportFailed(); + void handleServerBakeRegionTransition(const LLUUID& region_id); //-------------------------------------------------------------------- // Teleport State |