Update svn properties.

This commit is contained in:
Jeff Ames
2008-02-16 08:35:19 +00:00
parent 5e949d4700
commit e8225f2f81
3 changed files with 140 additions and 140 deletions

View File

@@ -1,22 +1,22 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using OpenSim.Region.ScriptEngine.LSOEngine.LSO;
namespace OpenSim.Region.ScriptEngine.LSOEngine
{
/// <summary>
/// This class encapsulated an LSO file and contains execution-specific data
/// </summary>
public class LSOScript
{
private byte[] LSOCode = new byte[1024 * 16]; // Contains the LSO-file
//private System.IO.MemoryStream LSOCode = new MemoryStream(1024 * 16);
public void Execute(LSO_Enums.Event_Mask_Values Event, params object[] param)
{
}
}
}
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using OpenSim.Region.ScriptEngine.LSOEngine.LSO;
namespace OpenSim.Region.ScriptEngine.LSOEngine
{
/// <summary>
/// This class encapsulated an LSO file and contains execution-specific data
/// </summary>
public class LSOScript
{
private byte[] LSOCode = new byte[1024 * 16]; // Contains the LSO-file
//private System.IO.MemoryStream LSOCode = new MemoryStream(1024 * 16);
public void Execute(LSO_Enums.Event_Mask_Values Event, params object[] param)
{
}
}
}