Update svn properties.

This commit is contained in:
Jeff Ames
2008-03-31 03:29:34 +00:00
parent f52886f8f5
commit 8af0c9a1af
8 changed files with 460 additions and 460 deletions

View File

@@ -1,16 +1,16 @@
using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.Region.Environment.Modules.ModuleFramework;
namespace OpenSim.Region.Environment.Interfaces
{
public interface ICommandableModule
{
ICommander CommandInterface
{
get;
}
}
}
using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.Region.Environment.Modules.ModuleFramework;
namespace OpenSim.Region.Environment.Interfaces
{
public interface ICommandableModule
{
ICommander CommandInterface
{
get;
}
}
}