summaryrefslogtreecommitdiff
path: root/indra/newview/llnavmeshstation.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-02-01 18:04:11 -0800
committerTodd Stinson <stinson@lindenlab.com>2012-02-01 18:04:11 -0800
commit1156cfc490a543eb88c4077fb9a0ecffee80f3f5 (patch)
tree82bb0f5879de450e81085f826cd64cfb20f39099 /indra/newview/llnavmeshstation.h
parent125bdb31b05d2d8791f8ec5c3c5000c4d7a54060 (diff)
Renaming the LLPathfindingConsole class to be LLPathfindingSetup.
Diffstat (limited to 'indra/newview/llnavmeshstation.h')
-rw-r--r--indra/newview/llnavmeshstation.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/indra/newview/llnavmeshstation.h b/indra/newview/llnavmeshstation.h
index 72bf725688..0aa714dac8 100644
--- a/indra/newview/llnavmeshstation.h
+++ b/indra/newview/llnavmeshstation.h
@@ -31,7 +31,7 @@
#include "llhandle.h"
//===============================================================================
class LLCurlRequest;
-class LLFloaterPathfindingConsole;
+class LLFloaterPathfindingSetup;
//===============================================================================
class LLNavMeshObserver
{
@@ -44,12 +44,12 @@ public:
virtual ~LLNavMeshObserver() {}
//Accessor for the observers handle
const LLHandle<LLNavMeshObserver>& getObserverHandle() const { return mObserverHandle; }
- LLFloaterPathfindingConsole *getPathfindingConsole() {return mPathfindingConsole;}
- void setPathfindingConsole(LLFloaterPathfindingConsole *pPathfindingConsole) {mPathfindingConsole = pPathfindingConsole;}
+ LLFloaterPathfindingSetup *getPathfindingConsole() {return mPathfindingConsole;}
+ void setPathfindingConsole(LLFloaterPathfindingSetup *pPathfindingConsole) {mPathfindingConsole = pPathfindingConsole;}
protected:
LLRootHandle<LLNavMeshObserver> mObserverHandle;
- LLFloaterPathfindingConsole *mPathfindingConsole;
+ LLFloaterPathfindingSetup *mPathfindingConsole;
};
//===============================================================================
class LLNavMeshDownloadObserver
@@ -61,12 +61,12 @@ public:
virtual ~LLNavMeshDownloadObserver() {}
//Accessor for the observers handle
const LLHandle<LLNavMeshDownloadObserver>& getObserverHandle() const { return mObserverHandle; }
- LLFloaterPathfindingConsole *getPathfindingConsole() {return mPathfindingConsole;}
- void setPathfindingConsole(LLFloaterPathfindingConsole *pPathfindingConsole) {mPathfindingConsole = pPathfindingConsole;}
+ LLFloaterPathfindingSetup *getPathfindingConsole() {return mPathfindingConsole;}
+ void setPathfindingConsole(LLFloaterPathfindingSetup *pPathfindingConsole) {mPathfindingConsole = pPathfindingConsole;}
protected:
LLRootHandle<LLNavMeshDownloadObserver> mObserverHandle;
- LLFloaterPathfindingConsole *mPathfindingConsole;
+ LLFloaterPathfindingSetup *mPathfindingConsole;
};
//===============================================================================
class LLNavMeshStation : public LLSingleton<LLNavMeshStation>