diff options
author | lbsa71 | 2007-07-16 18:15:54 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-16 18:15:54 +0000 |
commit | 58f4d6983351563719b8488957ab7885b3e9482b (patch) | |
tree | cca65d42dea88b57726277d9b408e05c28443cbb /OpenSim/Region/ClientStack | |
parent | * Restructured the RegionApplicationBase. (diff) | |
download | opensim-SC_OLD-58f4d6983351563719b8488957ab7885b3e9482b.zip opensim-SC_OLD-58f4d6983351563719b8488957ab7885b3e9482b.tar.gz opensim-SC_OLD-58f4d6983351563719b8488957ab7885b3e9482b.tar.bz2 opensim-SC_OLD-58f4d6983351563719b8488957ab7885b3e9482b.tar.xz |
* working on RegionApplicationBase
* Renamed PhysicsManager to PhysicsPluginManager because it is.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/RegionApplicationBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/RegionApplicationBase.cs b/OpenSim/Region/ClientStack/RegionApplicationBase.cs index 610f2d9..b67fdfa 100644 --- a/OpenSim/Region/ClientStack/RegionApplicationBase.cs +++ b/OpenSim/Region/ClientStack/RegionApplicationBase.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Region.ClientStack | |||
42 | { | 42 | { |
43 | public class RegionApplicationBase | 43 | public class RegionApplicationBase |
44 | { | 44 | { |
45 | protected PhysicsManager m_physicsManager; | 45 | protected PhysicsPluginManager m_physicsManager; |
46 | protected AssetCache AssetCache; | 46 | protected AssetCache AssetCache; |
47 | protected InventoryCache InventoryCache; | 47 | protected InventoryCache InventoryCache; |
48 | protected Dictionary<EndPoint, uint> clientCircuits = new Dictionary<EndPoint, uint>(); | 48 | protected Dictionary<EndPoint, uint> clientCircuits = new Dictionary<EndPoint, uint>(); |