From 65c4afc07c28d0a36c9d89f1cd2a0697a5e3ba8c Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Mon, 8 Dec 2008 15:15:36 -0600 Subject: Added LLFolderViewEventListener::getNInventoryType() Pure virtual method, overridden in derived classes. --- ChangeLog.txt | 5 +++++ linden/indra/newview/llfolderview.h | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 35bbc9c..e529d9e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,10 @@ 2008-12-08 Jacek Antonelli + * linden/indra/newview/llfolderview.h: + Added LLFolderViewEventListener::getNInventoryType() + Pure virtual method, overridden in derived classes. + + * linden/indra/newview/llinventoryview.cpp: LLInventoryView uses new inventory type. diff --git a/linden/indra/newview/llfolderview.h b/linden/indra/newview/llfolderview.h index 7978386..324a15b 100644 --- a/linden/indra/newview/llfolderview.h +++ b/linden/indra/newview/llfolderview.h @@ -103,6 +103,7 @@ public: virtual BOOL isUpToDate() const = 0; virtual BOOL hasChildren() const = 0; virtual LLInventoryType::EType getInventoryType() const = 0; + virtual LLInventoryType::NType getNInventoryType() const = 0; virtual void performAction(LLFolderView* folder, LLInventoryModel* model, std::string action) {} // This method should be called when a drag begins. returns TRUE -- cgit v1.1