summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepanelinventory.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-06-16 16:41:47 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-06-16 16:41:47 -0700
commit1be0392d4a0a89aea824ab00d8b9bb60c83267d8 (patch)
tree80f1a0476d5cc9d8a747967db2dcb22de6f7db29 /indra/newview/llsidepanelinventory.h
parent64f978dc81cf6b3dad42fc5f1cf3896208efc8ac (diff)
parente60e193d2d6e418ed7f2530184457277112dea10 (diff)
merge
Diffstat (limited to 'indra/newview/llsidepanelinventory.h')
-rw-r--r--indra/newview/llsidepanelinventory.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/llsidepanelinventory.h b/indra/newview/llsidepanelinventory.h
index 8047e11566..25fc28d56b 100644
--- a/indra/newview/llsidepanelinventory.h
+++ b/indra/newview/llsidepanelinventory.h
@@ -30,7 +30,6 @@
#include "llpanel.h"
class LLFolderViewItem;
-class LLInboxOutboxInventoryAddedObserver;
class LLInventoryCategoriesObserver;
class LLInventoryItem;
class LLInventoryPanel;
@@ -44,6 +43,8 @@ public:
LLSidepanelInventory();
virtual ~LLSidepanelInventory();
+ void handleLoginComplete();
+
/*virtual*/ BOOL postBuild();
/*virtual*/ void onOpen(const LLSD& key);
@@ -61,12 +62,9 @@ public:
void onToggleInboxBtn();
void onToggleOutboxBtn();
- void updateInboxOutboxPanels();
void enableInbox(bool enabled);
void enableOutbox(bool enabled);
- virtual void draw();
-
protected:
// Tracks highlighted (selected) item in inventory panel.
LLInventoryItem *getSelectedItem();
@@ -112,7 +110,6 @@ private:
bool mInventoryFetched;
LLInventoryCategoriesObserver* mCategoriesObserver;
- LLInboxOutboxInventoryAddedObserver* mInboxOutboxAddedObserver;
};
#endif //LL_LLSIDEPANELINVENTORY_H