diff options
author | McCabe Maxsted | 2009-01-14 07:51:24 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-01-14 07:51:24 -0700 |
commit | 15249add53e27895fa9a7884adafad1bd319ae4e (patch) | |
tree | 4743a5fdf592d537c70aa3308e3de22dc8a492bc /linden/indra/newview/llinventorybridge.h | |
parent | Added text to IM window about inventory transfers (diff) | |
download | meta-impy-15249add53e27895fa9a7884adafad1bd319ae4e.zip meta-impy-15249add53e27895fa9a7884adafad1bd319ae4e.tar.gz meta-impy-15249add53e27895fa9a7884adafad1bd319ae4e.tar.bz2 meta-impy-15249add53e27895fa9a7884adafad1bd319ae4e.tar.xz |
Added the 'Return to World' inventory option
Diffstat (limited to 'linden/indra/newview/llinventorybridge.h')
-rw-r--r-- | linden/indra/newview/llinventorybridge.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llinventorybridge.h b/linden/indra/newview/llinventorybridge.h index 329e57f..eb17432 100644 --- a/linden/indra/newview/llinventorybridge.h +++ b/linden/indra/newview/llinventorybridge.h | |||
@@ -159,6 +159,7 @@ public: | |||
159 | 159 | ||
160 | virtual const std::string& getPrefix() { return LLStringUtil::null; } | 160 | virtual const std::string& getPrefix() { return LLStringUtil::null; } |
161 | virtual void restoreItem() {} | 161 | virtual void restoreItem() {} |
162 | virtual void restoreToWorld() {} | ||
162 | 163 | ||
163 | // LLFolderViewEventListener functions | 164 | // LLFolderViewEventListener functions |
164 | virtual const std::string& getName() const; | 165 | virtual const std::string& getName() const; |
@@ -243,6 +244,7 @@ public: | |||
243 | 244 | ||
244 | virtual void selectItem(); | 245 | virtual void selectItem(); |
245 | virtual void restoreItem(); | 246 | virtual void restoreItem(); |
247 | virtual void restoreToWorld(); | ||
246 | 248 | ||
247 | virtual LLUIImagePtr getIcon() const; | 249 | virtual LLUIImagePtr getIcon() const; |
248 | virtual const std::string& getDisplayName() const; | 250 | virtual const std::string& getDisplayName() const; |
@@ -283,7 +285,6 @@ public: | |||
283 | virtual void selectItem(); | 285 | virtual void selectItem(); |
284 | virtual void restoreItem(); | 286 | virtual void restoreItem(); |
285 | 287 | ||
286 | |||
287 | virtual LLUIImagePtr getIcon() const; | 288 | virtual LLUIImagePtr getIcon() const; |
288 | virtual BOOL renameItem(const std::string& new_name); | 289 | virtual BOOL renameItem(const std::string& new_name); |
289 | virtual BOOL removeItem(); | 290 | virtual BOOL removeItem(); |