From b1aacfe0d41510dd4a47be69959a8ff75ce9d052 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 2 May 2008 03:40:38 +0000 Subject: Minor formatting and documentation cleanup. --- OpenSim/Region/Application/OpenSimMain.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index c125b99..c4c0eb4 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -237,7 +237,7 @@ namespace OpenSim config.Set("enabled", "false"); } - if (DefaultConfig.Configs["Voice"] == null) + if (DefaultConfig.Configs["Voice"] == null) DefaultConfig.AddConfig("Voice"); config = DefaultConfig.Configs["Voice"]; if (config != null) @@ -332,7 +332,6 @@ namespace OpenSim m_log.Info("[OPENSIM MAIN]: Shutdown complete, goodbye."); Environment.Exit(0); } - /// /// Signal that the end of the world is now. @@ -415,7 +414,6 @@ namespace OpenSim //{ // m_udpServers[i].ServerListener(); // } - } protected override void Initialize() @@ -454,7 +452,8 @@ namespace OpenSim /// /// /// - public UDPServer CreateRegion(RegionInfo regionInfo, bool portadd_flag) { + public UDPServer CreateRegion(RegionInfo regionInfo, bool portadd_flag) + { return CreateRegion(regionInfo, portadd_flag, false); } @@ -464,7 +463,8 @@ namespace OpenSim /// /// /// - public UDPServer CreateRegion(RegionInfo regionInfo) { + public UDPServer CreateRegion(RegionInfo regionInfo) + { return CreateRegion(regionInfo, false, true); } @@ -702,9 +702,9 @@ namespace OpenSim } /// - /// Get the number of the avatars in the Region server + /// Get the number of regions /// - /// The first out parameter describing the number of all the avatars in the Region server + /// The first out parameter describing the number of regions public void GetRegionNumber(out int regionnum) { int accounter = 0; -- cgit v1.1