Revert "THE BIGGIE."
This reverts commit ec55705bdd.
Conflicts:
indra/newview/ascentprefsvan.cpp
indra/newview/llinventorybridge.cpp
indra/newview/skins/default/xui/en-us/panel_preferences_ascent_vanity.xml
This commit is contained in:
@@ -37,8 +37,6 @@
|
||||
#include "llframetimer.h"
|
||||
#include "llwearable.h"
|
||||
|
||||
class LLViewerInventoryCategory;
|
||||
|
||||
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
// Class LLViewerInventoryItem
|
||||
//
|
||||
@@ -55,16 +53,6 @@ protected:
|
||||
~LLViewerInventoryItem( void ); // ref counted
|
||||
|
||||
public:
|
||||
virtual LLAssetType::EType getType() const;
|
||||
virtual const LLUUID& getAssetUUID() const;
|
||||
virtual const std::string& getName() const;
|
||||
virtual const LLPermissions& getPermissions() const;
|
||||
virtual const LLUUID& getCreatorUUID() const;
|
||||
virtual const std::string& getDescription() const;
|
||||
virtual const LLSaleInfo& getSaleInfo() const;
|
||||
virtual LLInventoryType::EType getInventoryType() const;
|
||||
virtual U32 getFlags() const;
|
||||
|
||||
// construct a complete viewer inventory item
|
||||
LLViewerInventoryItem(const LLUUID& uuid, const LLUUID& parent_uuid,
|
||||
const LLPermissions& permissions,
|
||||
@@ -137,10 +125,6 @@ public:
|
||||
};
|
||||
LLTransactionID getTransactionID() const { return mTransactionID; }
|
||||
|
||||
bool getIsBrokenLink() const; // true if the baseitem this points to doesn't exist in memory.
|
||||
LLViewerInventoryItem *getLinkedItem() const;
|
||||
LLViewerInventoryCategory *getLinkedCategory() const;
|
||||
|
||||
protected:
|
||||
BOOL mIsComplete;
|
||||
LLTransactionID mTransactionID;
|
||||
@@ -224,7 +208,7 @@ class LLViewerJointAttachment;
|
||||
class RezAttachmentCallback : public LLInventoryCallback
|
||||
{
|
||||
public:
|
||||
RezAttachmentCallback(LLViewerJointAttachment *attachmentp, bool replace = false);
|
||||
RezAttachmentCallback(LLViewerJointAttachment *attachmentp);
|
||||
void fire(const LLUUID& inv_item);
|
||||
|
||||
protected:
|
||||
@@ -232,7 +216,6 @@ protected:
|
||||
|
||||
private:
|
||||
LLViewerJointAttachment* mAttach;
|
||||
bool mReplace;
|
||||
};
|
||||
|
||||
class ActivateGestureCallback : public LLInventoryCallback
|
||||
@@ -289,14 +272,6 @@ void copy_inventory_item(
|
||||
const std::string& new_name,
|
||||
LLPointer<LLInventoryCallback> cb);
|
||||
|
||||
void link_inventory_item(
|
||||
const LLUUID& agent_id,
|
||||
const LLUUID& item_id,
|
||||
const LLUUID& parent_id,
|
||||
const std::string& new_name,
|
||||
const LLAssetType::EType asset_type,
|
||||
LLPointer<LLInventoryCallback> cb);
|
||||
|
||||
void move_inventory_item(
|
||||
const LLUUID& agent_id,
|
||||
const LLUUID& session_id,
|
||||
|
||||
Reference in New Issue
Block a user