Set svn:ignore. Minor formatting cleanup.

0.6.0-stable
Jeff Ames 2008-05-16 05:30:39 +00:00
parent 65c5efe43b
commit 9040213366
3 changed files with 15 additions and 15 deletions

View File

@ -74,7 +74,7 @@ namespace OpenSim.Data
} }
public void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance) { public void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance) {
aplist[user] = appearance; aplist[user] = appearance;
m_log.Info("[APPEARANCE] Setting appearance for " + user.ToString() + appearance.ToString() ); m_log.Info("[APPEARANCE] Setting appearance for " + user.ToString() + appearance.ToString());
} }
public abstract void AddAttachment(LLUUID user, LLUUID item); public abstract void AddAttachment(LLUUID user, LLUUID item);
public abstract void RemoveAttachment(LLUUID user, LLUUID item); public abstract void RemoveAttachment(LLUUID user, LLUUID item);