diff --git a/OpenSim/Region/CoreModules/RegionSync/RegionSyncModule/RegionSyncAvatar.cs b/OpenSim/Region/CoreModules/RegionSync/RegionSyncModule/RegionSyncAvatar.cs index 04ef381cd5..8d3e949992 100644 --- a/OpenSim/Region/CoreModules/RegionSync/RegionSyncModule/RegionSyncAvatar.cs +++ b/OpenSim/Region/CoreModules/RegionSync/RegionSyncModule/RegionSyncAvatar.cs @@ -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)