diff options
author | Jeff Ames | 2008-01-12 11:10:53 +0000 |
---|---|---|
committer | Jeff Ames | 2008-01-12 11:10:53 +0000 |
commit | 730f0d9311450f37c4c629032a2ba1ea08520877 (patch) | |
tree | 392fd472005ce3fa1263dfba9165d8987ddd7536 | |
parent | Added references for last commit (diff) | |
download | opensim-SC_OLD-730f0d9311450f37c4c629032a2ba1ea08520877.zip opensim-SC_OLD-730f0d9311450f37c4c629032a2ba1ea08520877.tar.gz opensim-SC_OLD-730f0d9311450f37c4c629032a2ba1ea08520877.tar.bz2 opensim-SC_OLD-730f0d9311450f37c4c629032a2ba1ea08520877.tar.xz |
Set svn:eol-style.
-rw-r--r-- | OpenSim/Grid/ScriptServer/FakeScene.cs | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/OpenSim/Grid/ScriptServer/FakeScene.cs b/OpenSim/Grid/ScriptServer/FakeScene.cs index 54f8cf4..b85771a 100644 --- a/OpenSim/Grid/ScriptServer/FakeScene.cs +++ b/OpenSim/Grid/ScriptServer/FakeScene.cs | |||
@@ -1,27 +1,27 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using OpenSim.Framework; | 4 | using OpenSim.Framework; |
5 | using OpenSim.Framework.Communications; | 5 | using OpenSim.Framework.Communications; |
6 | using OpenSim.Framework.Communications.Cache; | 6 | using OpenSim.Framework.Communications.Cache; |
7 | using OpenSim.Framework.Servers; | 7 | using OpenSim.Framework.Servers; |
8 | using OpenSim.Region.Environment; | 8 | using OpenSim.Region.Environment; |
9 | using OpenSim.Region.Environment.Scenes; | 9 | using OpenSim.Region.Environment.Scenes; |
10 | 10 | ||
11 | namespace OpenSim.Grid.ScriptServer | 11 | namespace OpenSim.Grid.ScriptServer |
12 | { | 12 | { |
13 | public class FakeScene: Scene | 13 | public class FakeScene: Scene |
14 | { | 14 | { |
15 | public FakeScene(RegionInfo regInfo, AgentCircuitManager authen, PermissionManager permissionManager, | 15 | public FakeScene(RegionInfo regInfo, AgentCircuitManager authen, PermissionManager permissionManager, |
16 | CommunicationsManager commsMan, SceneCommunicationService sceneGridService, | 16 | CommunicationsManager commsMan, SceneCommunicationService sceneGridService, |
17 | AssetCache assetCach, StorageManager storeManager, BaseHttpServer httpServer, | 17 | AssetCache assetCach, StorageManager storeManager, BaseHttpServer httpServer, |
18 | ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, bool sendTasksToChild) | 18 | ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, bool sendTasksToChild) |
19 | : base( | 19 | : base( |
20 | regInfo, authen, permissionManager, commsMan, sceneGridService, assetCach, storeManager, httpServer, | 20 | regInfo, authen, permissionManager, commsMan, sceneGridService, assetCach, storeManager, httpServer, |
21 | moduleLoader, dumpAssetsToFile, physicalPrim, sendTasksToChild) | 21 | moduleLoader, dumpAssetsToFile, physicalPrim, sendTasksToChild) |
22 | { | 22 | { |
23 | } | 23 | } |
24 | 24 | ||
25 | // What does a scene have to do? :P | 25 | // What does a scene have to do? :P |
26 | } | 26 | } |
27 | } | 27 | } |