Add some methods to allow modules so set client view options

This commit is contained in:
Melanie Thielker
2008-09-28 19:45:42 +00:00
parent 9709d01358
commit 1d5b2bb8bc
5 changed files with 49 additions and 0 deletions

View File

@@ -870,6 +870,15 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SetClientOption(string option, string value)
{
}
public string GetClientOption(string option)
{
return string.Empty;
}
public void KillEndDone()
{
}