* Removing asset parameter from CB region_info structure

* Adding CB delete_asset message (LLIDL for now)

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2844 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2009-06-03 20:56:39 +00:00
parent 066b5ae91b
commit e8c9edae87
2 changed files with 13 additions and 5 deletions

View File

@@ -10,7 +10,6 @@
online: boolean,
ip: binary,
port: integer,
address: uri,
map_texture_id: uuid,
owner: uri,
region_flags: integer,
@@ -378,6 +377,19 @@
id: uuid
}
%%delete_asset
->
{
id: uuid
}
<-
{
success: boolean,
message: string
}
////////////////////////////////////////////////////////////////////////////////
// Inventory
////////////////////////////////////////////////////////////////////////////////