diff options
author | lbsa71 | 2007-07-09 21:03:36 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-09 21:03:36 +0000 |
commit | 08a1fa3f96eee5e067475da453a3770ff15780f9 (patch) | |
tree | 1ed047e466e20dcf327f8c890efbf1779ead6ad6 /OpenSim/Region/Examples | |
parent | * Ignored all those autogenned build files (diff) | |
download | opensim-SC_OLD-08a1fa3f96eee5e067475da453a3770ff15780f9.zip opensim-SC_OLD-08a1fa3f96eee5e067475da453a3770ff15780f9.tar.gz opensim-SC_OLD-08a1fa3f96eee5e067475da453a3770ff15780f9.tar.bz2 opensim-SC_OLD-08a1fa3f96eee5e067475da453a3770ff15780f9.tar.xz |
* Introduced ClientManager for great justice.
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyWorld.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyWorld.cs b/OpenSim/Region/Examples/SimpleApp/MyWorld.cs index da1b43d..b82529a 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyWorld.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyWorld.cs | |||
@@ -15,7 +15,7 @@ namespace SimpleApp | |||
15 | { | 15 | { |
16 | private List<ScenePresence> m_avatars; | 16 | private List<ScenePresence> m_avatars; |
17 | 17 | ||
18 | public MyWorld(Dictionary<uint, IClientAPI> clientThreads, RegionInfo regionInfo, AuthenticateSessionsBase authen, CommunicationsManager commsMan, AssetCache assetCach, BaseHttpServer httpServer) | 18 | public MyWorld(ClientManager clientThreads, RegionInfo regionInfo, AuthenticateSessionsBase authen, CommunicationsManager commsMan, AssetCache assetCach, BaseHttpServer httpServer) |
19 | : base(clientThreads, regionInfo, authen, commsMan, assetCach, httpServer) | 19 | : base(clientThreads, regionInfo, authen, commsMan, assetCach, httpServer) |
20 | { | 20 | { |
21 | m_avatars = new List<Avatar>(); | 21 | m_avatars = new List<Avatar>(); |