diff options
author | MW | 2007-06-25 16:01:30 +0000 |
---|---|---|
committer | MW | 2007-06-25 16:01:30 +0000 |
commit | f41379549773531b2886b64aaacf57c954a64610 (patch) | |
tree | 09d96fbb41898db1ed55a674c1757fbaee34c7af /OpenSim/Examples | |
parent | Disabled the EventQueueGet CAPS as its not yet fully functional. (diff) | |
download | opensim-SC_OLD-f41379549773531b2886b64aaacf57c954a64610.zip opensim-SC_OLD-f41379549773531b2886b64aaacf57c954a64610.tar.gz opensim-SC_OLD-f41379549773531b2886b64aaacf57c954a64610.tar.bz2 opensim-SC_OLD-f41379549773531b2886b64aaacf57c954a64610.tar.xz |
updated prebuild.xml.
Added some more events to IClientAPI (OnGrapObject , OnGrapUpdate, OnDeGrapObject).
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Examples/SimpleApp/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Examples/SimpleApp/Program.cs b/OpenSim/Examples/SimpleApp/Program.cs index b56e77e..378a09c 100644 --- a/OpenSim/Examples/SimpleApp/Program.cs +++ b/OpenSim/Examples/SimpleApp/Program.cs | |||
@@ -53,7 +53,7 @@ namespace SimpleApp | |||
53 | 53 | ||
54 | ClientView.TerrainManager = new TerrainManager(new SecondLife()); | 54 | ClientView.TerrainManager = new TerrainManager(new SecondLife()); |
55 | 55 | ||
56 | CommunicationsManager communicationsManager = new CommunicationsLocal(1000, 1000); | 56 | CommunicationsManager communicationsManager = new CommunicationsLocal(null); |
57 | 57 | ||
58 | RegionInfo regionInfo = new RegionInfo( ); | 58 | RegionInfo regionInfo = new RegionInfo( ); |
59 | BaseHttpServer httpServer = new BaseHttpServer(simPort); | 59 | BaseHttpServer httpServer = new BaseHttpServer(simPort); |