diff --git a/OpenSim/Framework/Communications/Services/LoginService.cs b/OpenSim/Framework/Communications/Services/LoginService.cs index 71b38edde8..824cc57919 100644 --- a/OpenSim/Framework/Communications/Services/LoginService.cs +++ b/OpenSim/Framework/Communications/Services/LoginService.cs @@ -88,15 +88,7 @@ namespace OpenSim.Framework.Communications.Services m_welcomeMessage = welcomeMess; } } - - /// - /// If the user is already logged in, try to notify the region that the user they've got is dead. - /// - /// - public virtual void LogOffUser(UserProfileData theUser, string message) - { - } - + /// /// Called when we receive the client's initial XMLRPC login_to_simulator request message /// @@ -1056,7 +1048,13 @@ namespace OpenSim.Framework.Communications.Services protected abstract RegionInfo RequestClosestRegion(string region); protected abstract RegionInfo GetRegionInfo(ulong homeRegionHandle); - protected abstract RegionInfo GetRegionInfo(UUID homeRegionId); + protected abstract RegionInfo GetRegionInfo(UUID homeRegionId); + + /// + /// If the user is already logged in, try to notify the region that the user they've got is dead. + /// + /// + public abstract void LogOffUser(UserProfileData theUser, string message); /// /// Prepare a login to the given region. This involves both telling the region to expect a connection