diff options
author | Justin Clarke Casey | 2008-05-05 20:14:53 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-05 20:14:53 +0000 |
commit | 9655cf280779021e6241a08f8610cad9b982763f (patch) | |
tree | 82ef6d74969e4b64971d64a6a18e4488729167a8 /OpenSim/Grid/ScriptServer | |
parent | * Just some tidy up and documentation before I make my first ever attempt to ... (diff) | |
download | opensim-SC_OLD-9655cf280779021e6241a08f8610cad9b982763f.zip opensim-SC_OLD-9655cf280779021e6241a08f8610cad9b982763f.tar.gz opensim-SC_OLD-9655cf280779021e6241a08f8610cad9b982763f.tar.bz2 opensim-SC_OLD-9655cf280779021e6241a08f8610cad9b982763f.tar.xz |
* Refactor: Break out permissions code into a separate region PermissionsModule
Diffstat (limited to 'OpenSim/Grid/ScriptServer')
-rw-r--r-- | OpenSim/Grid/ScriptServer/FakeScene.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/ScriptServer/FakeScene.cs b/OpenSim/Grid/ScriptServer/FakeScene.cs index 480050d..ffabfb5 100644 --- a/OpenSim/Grid/ScriptServer/FakeScene.cs +++ b/OpenSim/Grid/ScriptServer/FakeScene.cs | |||
@@ -36,12 +36,12 @@ namespace OpenSim.Grid.ScriptServer | |||
36 | { | 36 | { |
37 | public class FakeScene: Scene | 37 | public class FakeScene: Scene |
38 | { | 38 | { |
39 | public FakeScene(RegionInfo regInfo, AgentCircuitManager authen, PermissionManager permissionManager, | 39 | public FakeScene(RegionInfo regInfo, AgentCircuitManager authen, |
40 | CommunicationsManager commsMan, SceneCommunicationService sceneGridService, | 40 | CommunicationsManager commsMan, SceneCommunicationService sceneGridService, |
41 | AssetCache assetCach, StorageManager storeManager, BaseHttpServer httpServer, | 41 | AssetCache assetCach, StorageManager storeManager, BaseHttpServer httpServer, |
42 | ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, bool sendTasksToChild) | 42 | ModuleLoader moduleLoader, bool dumpAssetsToFile, bool physicalPrim, bool sendTasksToChild) |
43 | : base( | 43 | : base( |
44 | regInfo, authen, permissionManager, commsMan, sceneGridService, assetCach, storeManager, httpServer, | 44 | regInfo, authen, commsMan, sceneGridService, assetCach, storeManager, httpServer, |
45 | moduleLoader, dumpAssetsToFile, physicalPrim, sendTasksToChild) | 45 | moduleLoader, dumpAssetsToFile, physicalPrim, sendTasksToChild) |
46 | { | 46 | { |
47 | } | 47 | } |