* Added conceptual LlsdMethod Demo to SimpleApp (work in progress)

This commit is contained in:
lbsa71
2007-07-02 20:44:39 +00:00
parent d1d38f2ede
commit 71f1b2d878
9 changed files with 378 additions and 279 deletions

View File

@@ -289,5 +289,10 @@ namespace OpenSim.Framework.Servers
OpenSim.Framework.Console.MainLog.Instance.WriteLine(LogPriority.MEDIUM, e.Message);
}
}
public void AddLlsdMethod<TResponse, TRequest>(string path, LlsdMethod<TResponse, TRequest> handler )
{
throw new Exception("The method or operation is not implemented.");
}
}
}