mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Optimizations
This commit is contained in:
@@ -34,9 +34,7 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
{
|
||||
public interface ICompiler
|
||||
{
|
||||
object PerformScriptCompile(string source, string asset, UUID ownerID);
|
||||
void PerformScriptCompile(string source, string asset, UUID ownerID, out string assembly, out Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>> linemap);
|
||||
string[] GetWarnings();
|
||||
Dictionary<KeyValuePair<int, int>, KeyValuePair<int, int>>
|
||||
LineMap();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user