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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user