Fixed RegionSyncAvatar changed definition for SendTextBoxRequest in IClientAPI

dsg
Dan Lake 2012-01-24 17:26:37 -08:00
parent 0b60cb84ea
commit bcd7f30089
1 changed files with 5 additions and 5 deletions

View File

@ -1282,11 +1282,6 @@ namespace OpenSim.Region.CoreModules.RegionSync.RegionSyncModule
throw new System.NotImplementedException();
}
public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId)
{
throw new System.NotImplementedException();
}
public void SendEstateList(UUID invoice, int code, UUID[] Data, uint estateID)
{
throw new System.NotImplementedException();
@ -1295,6 +1290,11 @@ namespace OpenSim.Region.CoreModules.RegionSync.RegionSyncModule
public void StopFlying(ISceneEntity p)
{
throw new System.NotImplementedException();
}
public void SendTextBoxRequest(string message, int chatChannel, string objectname, UUID ownerID, string ownerFirstName, string ownerLastName, UUID objectId)
{
throw new System.NotImplementedException();
}
public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data)