aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewermenu.h')
-rw-r--r--linden/indra/newview/llviewermenu.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/linden/indra/newview/llviewermenu.h b/linden/indra/newview/llviewermenu.h
index ac2a57a..c223a3a 100644
--- a/linden/indra/newview/llviewermenu.h
+++ b/linden/indra/newview/llviewermenu.h
@@ -29,8 +29,6 @@
29#ifndef LL_LLVIEWERMENU_H 29#ifndef LL_LLVIEWERMENU_H
30#define LL_LLVIEWERMENU_H 30#define LL_LLVIEWERMENU_H
31 31
32#include "llassetstorage.h"
33#include "llinventory.h"
34#include "llmenugl.h" 32#include "llmenugl.h"
35 33
36//newview includes 34//newview includes
@@ -41,14 +39,6 @@ class LLView;
41class LLParcelSelection; 39class LLParcelSelection;
42class LLObjectSelection; 40class LLObjectSelection;
43 41
44struct LLResourceData
45{
46 LLAssetInfo mAssetInfo;
47 LLAssetType::EType mPreferredLocation;
48 LLInventoryType::EType mInventoryType;
49 U32 mNextOwnerPerm;
50 void *mUserData;
51};
52 42
53void pre_init_menus(); 43void pre_init_menus();
54void init_menus(); 44void init_menus();
@@ -114,25 +104,6 @@ bool handle_give_money_dialog();
114bool handle_object_open(); 104bool handle_object_open();
115bool handle_go_to(); 105bool handle_go_to();
116 106
117void upload_new_resource(const LLString& src_filename, std::string name,
118 std::string desc, S32 compression_info,
119 LLAssetType::EType destination_folder_type,
120 LLInventoryType::EType inv_type,
121 U32 next_owner_perm = PERM_NONE,
122 const LLString& display_name = LLString::null,
123 LLAssetStorage::LLStoreAssetCallback callback = NULL,
124 void *userdata = NULL);
125
126void upload_new_resource(const LLTransactionID &tid, LLAssetType::EType type,
127 std::string name,
128 std::string desc, S32 compression_info,
129 LLAssetType::EType destination_folder_type,
130 LLInventoryType::EType inv_type,
131 U32 next_owner_perm = PERM_NONE,
132 const LLString& display_name = LLString::null,
133 LLAssetStorage::LLStoreAssetCallback callback = NULL,
134 void *userdata = NULL);
135
136// Export to XML or Collada 107// Export to XML or Collada
137void handle_export_selected( void * ); 108void handle_export_selected( void * );
138 109