aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewnotecard.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llpreviewnotecard.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-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.h8
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
72protected: 80protected:
73 81
74 virtual void loadAsset(); 82 virtual void loadAsset();