more work on local inv

This commit is contained in:
Hazim Gazov
2010-04-21 16:13:08 -03:00
parent cf5f023674
commit 584e06208f
9 changed files with 777 additions and 11 deletions

View File

@@ -353,6 +353,9 @@ public:
void setCanSelect(BOOL canSelect);
void setDebugText(const std::string &utf8text);
// <edit>
std::string getDebugText();
// </edit>
void setIcon(LLViewerImage* icon_image);
void clearIcon();
@@ -659,6 +662,11 @@ protected:
private:
static S32 sNumObjects;
// <edit>
public:
S32 getAttachmentPoint();
std::string getAttachmentPointName();
// </edit>
};
///////////////////