diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-07-08 15:20:03 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-07-08 15:20:03 -0700 |
commit | 2eb37ef38fb774dbdaf8826c203581cd99580111 (patch) | |
tree | 0e1180cbc2ef0a88b0273028a92d7cfc1df0cca6 /indra/newview/llfolderviewitem.h | |
parent | f12f186a38d6df53348c313cc5a41cc0e492952c (diff) |
adding freshness flag support
Diffstat (limited to 'indra/newview/llfolderviewitem.h')
-rw-r--r-- | indra/newview/llfolderviewitem.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfolderviewitem.h b/indra/newview/llfolderviewitem.h index e2f94a2b63..f70e63ecdf 100644 --- a/indra/newview/llfolderviewitem.h +++ b/indra/newview/llfolderviewitem.h @@ -173,6 +173,8 @@ protected: static LLFontGL* getLabelFontForStyle(U8 style); + virtual void setCreationDate(time_t creation_date_utc) const { mCreationDate = creation_date_utc; } + public: BOOL postBuild(); @@ -228,7 +230,7 @@ public: void deselectItem(); // this method is used to select this element - void selectItem(); + virtual void selectItem(); // gets multiple-element selection virtual std::set<LLUUID> getSelectionList() const; |