diff options
author | prep <prep@lindenlab.com> | 2012-06-13 13:30:26 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2012-06-13 13:30:26 -0400 |
commit | 7d5c4d20b9f99b3e7d5781433ed6046678292627 (patch) | |
tree | c30e1aa3cb640eb5ee4c1934704c2aa3fd184b1e /indra/newview/llpathfindingmanager.h | |
parent | 9215c682d23d4b977f289c9700b24f3bf2d20b03 (diff) |
WIP: path-722. Posting and responders for navmesh rebaking
Diffstat (limited to 'indra/newview/llpathfindingmanager.h')
-rw-r--r-- | indra/newview/llpathfindingmanager.h | 8 |
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); |