diff options
author | Tedd Hansen | 2007-08-09 20:59:35 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-09 20:59:35 +0000 |
commit | ae970d4171084d539ce995c428320baa9c59cd8c (patch) | |
tree | 260a79f4a76463603ed12b15572a2b20ed28dc00 /OpenSim/Region/ScriptEngine/DotNetEngine/Common.cs | |
parent | added group position (diff) | |
download | opensim-SC_OLD-ae970d4171084d539ce995c428320baa9c59cd8c.zip opensim-SC_OLD-ae970d4171084d539ce995c428320baa9c59cd8c.tar.gz opensim-SC_OLD-ae970d4171084d539ce995c428320baa9c59cd8c.tar.bz2 opensim-SC_OLD-ae970d4171084d539ce995c428320baa9c59cd8c.tar.xz |
Removed 2 warnings. Added pointer comments to where to add hooks and modify functions to get SE working.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/DotNetEngine/Common.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/DotNetEngine/Common.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/ScriptEngine/DotNetEngine/Common.cs b/OpenSim/Region/ScriptEngine/DotNetEngine/Common.cs index e95d1bb..6df5b9f 100644 --- a/OpenSim/Region/ScriptEngine/DotNetEngine/Common.cs +++ b/OpenSim/Region/ScriptEngine/DotNetEngine/Common.cs | |||
@@ -36,10 +36,10 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine | |||
36 | { | 36 | { |
37 | static public bool Debug = true; | 37 | static public bool Debug = true; |
38 | 38 | ||
39 | public delegate void SendToDebugEventDelegate(string Message); | 39 | //public delegate void SendToDebugEventDelegate(string Message); |
40 | public delegate void SendToLogEventDelegate(string Message); | 40 | //public delegate void SendToLogEventDelegate(string Message); |
41 | static public event SendToDebugEventDelegate SendToDebugEvent; | 41 | //static public event SendToDebugEventDelegate SendToDebugEvent; |
42 | static public event SendToLogEventDelegate SendToLogEvent; | 42 | //static public event SendToLogEventDelegate SendToLogEvent; |
43 | 43 | ||
44 | static public void SendToDebug(string Message) | 44 | static public void SendToDebug(string Message) |
45 | { | 45 | { |