* Implementing a bunch of Unimplemented MRM stubs.

This commit is contained in:
Adam Frisby
2009-08-18 00:23:02 +10:00
parent e5b94346b6
commit 8c101d24df
2 changed files with 27 additions and 10 deletions

View File

@@ -25,17 +25,13 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
using System;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
using System.Security;
using OpenMetaverse;
using OpenSim.Region.Framework.Scenes;
using OpenSim.Region.Framework.Interfaces;
using log4net;
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
{
class SPAvatar : System.MarshalByRefObject, IAvatar
@@ -60,7 +56,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
public string Name
{
get { return GetSP().Name; }
set { throw new InvalidOperationException("Avatar Names are a read-only property."); }
set { throw new SecurityException("Avatar Names are a read-only property."); }
}
public UUID GlobalID