mirror of
https://github.com/opensim/opensim.git
synced 2026-06-08 21:01:01 +08:00
* Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
namespace OpenSim.Grid.ScriptServer
|
||||
namespace OpenSim.Grid.ScriptServer.ScriptServer.Region
|
||||
{
|
||||
public abstract class RegionBase
|
||||
{
|
||||
@@ -240,4 +240,4 @@ namespace OpenSim.Grid.ScriptServer
|
||||
onhttp_response();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -25,9 +25,8 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
namespace OpenSim.Grid.ScriptServer
|
||||
namespace OpenSim.Grid.ScriptServer.ScriptServer.Region
|
||||
{
|
||||
// Maintains connection and communication to a region
|
||||
public class RegionConnectionManager : RegionBase
|
||||
{
|
||||
private ScriptServerMain m_ScriptServerMain;
|
||||
@@ -39,4 +38,4 @@ namespace OpenSim.Grid.ScriptServer
|
||||
m_Connection = Connection;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -28,10 +28,10 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Grid.ScriptServer.ScriptServer.Region;
|
||||
|
||||
namespace OpenSim.Grid.ScriptServer
|
||||
namespace OpenSim.Grid.ScriptServer.ScriptServer
|
||||
{
|
||||
// Waiting for incoming script requests from region
|
||||
internal class RegionCommManager
|
||||
{
|
||||
private Thread listenThread;
|
||||
@@ -99,4 +99,4 @@ namespace OpenSim.Grid.ScriptServer
|
||||
Regions.Add(new RegionConnectionManager(m_ScriptServerMain, null));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user