* Moving conversion functions from Helpers to Utils (in OpenMetaverseTypes)
* Added GetLLSD() and FromLLSD() to Permissions * Started on inventory persistence for Simian git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2267 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -8,8 +8,6 @@ namespace Simian.Extensions
|
||||
{
|
||||
public class AccountManager : IExtension, IAccountProvider, IPersistable
|
||||
{
|
||||
public string StoreName { get { return "Accounts"; } }
|
||||
|
||||
Simian server;
|
||||
DoubleDictionary<string, UUID, Agent> accounts = new DoubleDictionary<string, UUID, Agent>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user