diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llpreviewnotecard.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/llpreviewnotecard.h')
-rw-r--r-- | linden/indra/newview/llpreviewnotecard.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/newview/llpreviewnotecard.h b/linden/indra/newview/llpreviewnotecard.h index da3fc3f..9b72ec8 100644 --- a/linden/indra/newview/llpreviewnotecard.h +++ b/linden/indra/newview/llpreviewnotecard.h | |||
@@ -69,6 +69,14 @@ public: | |||
69 | const LLInventoryItem* getDragItem(); | 69 | const LLInventoryItem* getDragItem(); |
70 | 70 | ||
71 | 71 | ||
72 | // return true if there is any embedded inventory. | ||
73 | bool hasEmbeddedInventory(); | ||
74 | |||
75 | // After saving a notecard, the tcp based upload system will | ||
76 | // change the asset, therefore, we need to re-fetch it from the | ||
77 | // asset system. :( | ||
78 | void refreshFromInventory(); | ||
79 | |||
72 | protected: | 80 | protected: |
73 | 81 | ||
74 | virtual void loadAsset(); | 82 | virtual void loadAsset(); |