* Reorganising Java Virtual Machine code into a subfolder for the JVM specific parts, leaving the JVMEngine folder specifically for Script/IScript interfaces.

* Fixed a compile issue with the Interpreted Scripts API.
afrisby
Adam Frisby 2007-07-13 17:53:11 +00:00
parent 07b0e2df6f
commit 08331f97d3
14 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ namespace OpenSim.Region.Environment.Scripting
[Obsolete("Unimplemented")]
public float osCloud(Vector offset)
{
return 0.0;
return 0.0f;
}
[Obsolete("Unimplemented")]
@ -171,7 +171,7 @@ namespace OpenSim.Region.Environment.Scripting
[Obsolete("Unimplemented")]
public void osCreateLink(Key target, int parent)
{
return false;
return;
}
[Obsolete("Partially Unimplemented")]