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. --- linden/indra/newview/llfolderview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/indra/newview') 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