LIBOMV-477 Adds SearchStatRequest capability to message system (two Variants, one for the initial request, and one for the response) *Unit Tests not implemented*

* Some more work on the benchmarks (added an additional tiny test)

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2759 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-05-13 22:37:40 +00:00
parent f2dbbb00b6
commit 10ef80a645
2 changed files with 98 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ namespace OpenMetaverse.Messages
case "UpdateAgentInformation": message = new UpdateAgentInformationMessage(); break;
case "DirLandReply": message = new DirLandReplyMessage(); break;
case "ScriptRunningReply": message = new ScriptRunningReplyMessage(); break;
case "SearchStatRequest": message = new SearchStatRequestMessage(); break;
//case "ProductInfoRequest": message = new ProductInfoRequestMessage(); break;
// Capabilities TODO: