number of changes

This commit is contained in:
MW
2007-05-29 09:16:18 +00:00
parent c746a2f9f4
commit b2eb26e4ba
16 changed files with 383 additions and 153 deletions

View File

@@ -137,14 +137,14 @@ namespace OpenSim.world
#endregion
#region Add/Remove Agent/Avatar
public virtual bool AddNewAvatar(IClientAPI remoteClient, bool child)
public virtual void AddNewAvatar(IClientAPI remoteClient, LLUUID agentID, bool child)
{
return false;
return ;
}
public virtual bool RemoveAvatar(LLUUID agentID)
public virtual void RemoveAvatar(LLUUID agentID)
{
return false;
return ;
}
#endregion