diff options
Diffstat (limited to 'indra/newview/llfloaterpathfindingbasic.h')
| -rw-r--r-- | indra/newview/llfloaterpathfindingbasic.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/llfloaterpathfindingbasic.h b/indra/newview/llfloaterpathfindingbasic.h index cd51964339..356a270ca0 100644 --- a/indra/newview/llfloaterpathfindingbasic.h +++ b/indra/newview/llfloaterpathfindingbasic.h @@ -29,7 +29,7 @@ #define LL_LLFLOATERPATHFINDINGBASIC_H #include "llfloater.h" -#include "llhandle.h" +#include "llpathfindingmanager.h" class LLSD; class LLTextBase; @@ -55,16 +55,16 @@ private: void onUnfreezeClicked(); void onFreezeClicked(); - std::string getCapabilityURL() const; + void onAgentStateCB(LLPathfindingManager::EAgentState pAgentState); - void updateOnFrozenState(); + void setAgentState(LLPathfindingManager::EAgentState pAgentState); - LLTextBase *mRegionNotEnabledText; - LLTextBase *mUnfreezeLabel; - LLButton *mUnfreezeButton; - LLTextBase *mFreezeLabel; - LLButton *mFreezeButton; - bool mIsRegionFrozenXXX; // XXX stinson : Feb 15, 2012 : I think this will be unneeded with the service + LLTextBase *mStatusText; + LLTextBase *mUnfreezeLabel; + LLButton *mUnfreezeButton; + LLTextBase *mFreezeLabel; + LLButton *mFreezeButton; + LLPathfindingManager::EAgentState mAgentState; }; #endif // LL_LLFLOATERPATHFINDINGBASIC_H |
