summaryrefslogtreecommitdiff
path: root/indra/newview/llpersonmodelcommon.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-04-23 12:23:09 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-04-23 12:23:09 -0700
commitf8ce67f0e0cd9afe8bd9542ea97d01769b690ffa (patch)
tree33586fc9eb40fd4bd445bdf4bffaafb23a849645 /indra/newview/llpersonmodelcommon.h
parent74f0d33dc1f81fe3d372da4b11799067349b64e7 (diff)
ACME-251 Create AvatarFolderItemView: Changed classes name from LLPersonFolder* to LLPersonTab*
Diffstat (limited to 'indra/newview/llpersonmodelcommon.h')
-rw-r--r--indra/newview/llpersonmodelcommon.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llpersonmodelcommon.h b/indra/newview/llpersonmodelcommon.h
index 76ea139479..866d863581 100644
--- a/indra/newview/llpersonmodelcommon.h
+++ b/indra/newview/llpersonmodelcommon.h
@@ -30,7 +30,7 @@
#include "../llui/llfolderviewitem.h"
#include "../llui/llfolderviewmodel.h"
-class LLPersonFolderModel;
+class LLPersonTabModel;
class LLPersonModel;
// Conversation items: we hold a list of those and create an LLFolderViewItem widget for each
@@ -93,7 +93,7 @@ public:
std::string& tooltip_msg) { return FALSE; }
const LLUUID& getID() {return mID;}
- void postEvent(const std::string& event_type, LLPersonFolderModel* session, LLPersonModel* participant);
+ void postEvent(const std::string& event_type, LLPersonTabModel* session, LLPersonModel* participant);
protected:
@@ -101,11 +101,11 @@ protected:
LLUUID mID;
};
-class LLPersonFolderModel : public LLPersonModelCommon
+class LLPersonTabModel : public LLPersonModelCommon
{
public:
- LLPersonFolderModel(std::string display_name, LLFolderViewModelInterface& root_view_model);
- LLPersonFolderModel(LLFolderViewModelInterface& root_view_model);
+ LLPersonTabModel(std::string display_name, LLFolderViewModelInterface& root_view_model);
+ LLPersonTabModel(LLFolderViewModelInterface& root_view_model);
LLPointer<LLUIImage> getIcon() const { return NULL; }
void addParticipant(LLPersonModel* participant);