summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindingmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpathfindingmanager.h')
-rw-r--r--indra/newview/llpathfindingmanager.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llpathfindingmanager.h b/indra/newview/llpathfindingmanager.h
index 635179e5a0..535c681499 100644
--- a/indra/newview/llpathfindingmanager.h
+++ b/indra/newview/llpathfindingmanager.h
@@ -92,6 +92,9 @@ public:
agent_state_slot_t registerAgentStateListener(agent_state_callback_t pAgentStateCallback);
#endif // XXX_STINSON_AGENT_STATE_DELETE_ME
+ void handleNavMeshRebakeResult( const LLSD &pContent );
+ void handleNavMeshRebakeError(U32 pStatus, const std::string &pReason, const std::string &pURL);
+
protected:
private:
@@ -117,6 +120,11 @@ private:
std::string getCapabilityURLForRegion(LLViewerRegion *pRegion, const std::string &pCapabilityName) const;
LLViewerRegion *getCurrentRegion() const;
+
+ void displayNavMeshRebakePanel();
+ void hideNavMeshRebakePanel();
+ void triggerNavMeshRebuild();
+
#ifdef XXX_STINSON_AGENT_STATE_DELETE_ME
void requestGetAgentState();
void handleAgentStateResult(const LLSD &pContent, EAgentState pRequestedAgentState);