Initial AISv3 merge. New HTTP messages not plugged in yet.
This commit is contained in:
@@ -63,8 +63,8 @@ public:
|
||||
BOOL isOldVersion() const;
|
||||
|
||||
/*virtual*/ void writeToAvatar(LLAvatarAppearance *avatarp);
|
||||
void removeFromAvatar( BOOL upload_bake ) { LLViewerWearable::removeFromAvatar( mType, upload_bake ); }
|
||||
static void removeFromAvatar( LLWearableType::EType type, BOOL upload_bake );
|
||||
void removeFromAvatar( bool upload_bake = false ) { LLViewerWearable::removeFromAvatar( mType, upload_bake ); }
|
||||
static void removeFromAvatar( LLWearableType::EType type, bool upload_bake = false);
|
||||
|
||||
/*virtual*/ EImportResult importStream( std::istream& input_stream, LLAvatarAppearance* avatarp );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user