mirror of
https://github.com/opensim/opensim.git
synced 2026-05-27 04:16:00 +08:00
Formatting cleanup.
This commit is contained in:
@@ -61,7 +61,7 @@ namespace OpenSim.Region.ClientStack
|
||||
get { return m_commsManager; }
|
||||
set { m_commsManager = value; }
|
||||
}
|
||||
protected CommunicationsManager m_commsManager;
|
||||
protected CommunicationsManager m_commsManager;
|
||||
|
||||
protected StorageManager m_storageManager;
|
||||
|
||||
@@ -82,13 +82,13 @@ namespace OpenSim.Region.ClientStack
|
||||
/// <param name="osSceneIdentifier">
|
||||
/// The name of the OpenSim scene this physics scene is serving. This will be used in log messages.
|
||||
/// </param>
|
||||
/// <returns></returns>
|
||||
/// <returns></returns>
|
||||
protected abstract PhysicsScene GetPhysicsScene(string osSceneIdentifier);
|
||||
|
||||
protected abstract StorageManager CreateStorageManager();
|
||||
protected abstract ClientStackManager CreateClientStackManager();
|
||||
protected abstract Scene CreateScene(RegionInfo regionInfo, StorageManager storageManager,
|
||||
AgentCircuitManager circuitManager);
|
||||
AgentCircuitManager circuitManager);
|
||||
|
||||
protected override void StartupSpecific()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user