LIBOMV-686 Implements new event patterns based on the Microsoft Framework Design Guidelines in ParcelManager
* Changes some public method names to match patterns used through library, namely requests that have an event are named with Request as a prefix * Add Key2Name TestClient command for resolving group and avatar names based on a UUID * BREAKING CHANGE * this is a major shift in the way events are internally handled. git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3151 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -12,7 +12,7 @@ namespace OpenMetaverse.TestClient.Commands
|
||||
{
|
||||
Name = "searchclassifieds";
|
||||
Description = "Searches Classified Ads. Usage: searchclassifieds [search text]";
|
||||
Category = CommandCategory.Other;
|
||||
Category = CommandCategory.Search;
|
||||
}
|
||||
|
||||
public override string Execute(string[] args, UUID fromAgentID)
|
||||
|
||||
Reference in New Issue
Block a user