LIBOMV-686 Implements new event patterns based on the Microsoft Framework Design Guidelines in ObjectManager

LIBOMV-726 Adds stubs in LindenMessages for new WebFetchInventoryDescendents Capability

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3175 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-10-26 06:03:26 +00:00
parent 8a845c9b22
commit 17468b5f76
17 changed files with 761 additions and 451 deletions

View File

@@ -85,6 +85,7 @@ namespace OpenMetaverse.Messages
case "AgentDropGroup": message = new AgentDropGroupMessage(); break;
case "ForceCloseChatterBoxSession": message = new ForceCloseChatterBoxSessionMessage(); break;
case "UploadBakedTexture": message = new UploadBakedTextureMessage(); break;
case "WebFetchInventoryDescendents": message = new WebFetchInventoryDescendentsMessage(); break;
//case "ProductInfoRequest": message = new ProductInfoRequestMessage(); break;
// Capabilities TODO: