summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2020-10-09 16:18:19 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2020-10-14 20:50:19 +0100
commitd06db587b2c22b5dac94f4bb60d5c8c300161682 (patch)
treeb71ecc395ee3fe5cccd492cfc62303346eb4eb40 /indra/newview/llagent.h
parenta2c8c8238cfb109e0da81363995e08e99173426f (diff)
SL-14081 - more detailed logging of teleport process
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r--indra/newview/llagent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h
index 88cce0b911..5a00d39068 100644
--- a/indra/newview/llagent.h
+++ b/indra/newview/llagent.h
@@ -619,6 +619,10 @@ public:
TELEPORT_PENDING = 7
};
+ static std::map<S32, std::string> sTeleportStateName;
+ static const std::string& teleportStateName(S32);
+ const std::string& getTeleportStateName() const;
+
public:
static void parseTeleportMessages(const std::string& xml_filename);
const void getTeleportSourceSLURL(LLSLURL& slurl) const;