* LIBOMV-632: Implement uploading gestures

* Generalize notecard uploaded callback so it can be used with other
  similiar inventory asset uploaders

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2988 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Latif Khalifa
2009-07-15 22:11:48 +00:00
parent 7b7dad2b15
commit 31d313cdd4
3 changed files with 115 additions and 14 deletions

View File

@@ -69,6 +69,7 @@ namespace OpenMetaverse.Messages
case "UpdateScriptTask": message = new UpdateScriptTaskMessage(); break;
case "UpdateScriptAgent": message = new UpdateScriptAgentMessage(); break;
case "SendPostcard": message = new SendPostcardMessage(); break;
case "UpdateGestureAgentInventory": message = new UpdateGestureAgentInventoryMessage(); break;
case "UpdateNotecardAgentInventory": message = new UpdateNotecardAgentInventoryMessage(); break;
case "LandStatReply": message = new LandStatReplyMessage(); break;
case "ParcelVoiceInfoRequest": message = new ParcelVoiceInfoRequestMessage(); break;
@@ -101,7 +102,6 @@ namespace OpenMetaverse.Messages
// SendUserReportWithScreenshot
// ServerReleaseNotes
// StartGroupProposal
// UpdateGestureAgentInventory
// UpdateGestureTaskInventory
// UpdateNotecardTaskInventory
// ViewerStartAuction