diff options
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs b/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs index c0cce93..a3d014d 100644 --- a/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs +++ b/OpenSim/Grid/ScriptServer/ScriptServer/Region/RegionConnectionManager.cs | |||
@@ -41,16 +41,17 @@ namespace OpenSim.Grid.ScriptServer | |||
41 | m_Connection = Connection; | 41 | m_Connection = Connection; |
42 | } | 42 | } |
43 | 43 | ||
44 | private void DataReceived(object objectID, object scriptID) | 44 | // TODO: unused: |
45 | { | 45 | // private void DataReceived(object objectID, object scriptID) |
46 | // TODO: HOW DO WE RECEIVE DATA? ASYNC? | 46 | // { |
47 | // ANYHOW WE END UP HERE? | 47 | // // TODO: HOW DO WE RECEIVE DATA? ASYNC? |
48 | // // ANYHOW WE END UP HERE? | ||
48 | 49 | ||
49 | // NEW SCRIPT? ASK SCRIPTENGINE TO INITIALIZE IT | 50 | // // NEW SCRIPT? ASK SCRIPTENGINE TO INITIALIZE IT |
50 | ScriptRez(); | 51 | // ScriptRez(); |
51 | 52 | ||
52 | // EVENT? DELIVER EVENT DIRECTLY TO SCRIPTENGINE | 53 | // // EVENT? DELIVER EVENT DIRECTLY TO SCRIPTENGINE |
53 | touch_start(); | 54 | // touch_start(); |
54 | } | 55 | // } |
55 | } | 56 | } |
56 | } | 57 | } |