From dd1980c24c280a4cc3fc08e0a06ed8c9d0db583c Mon Sep 17 00:00:00 2001 From: Melanie Date: Thu, 27 Jan 2011 02:58:14 +0100 Subject: Add an interface for a region's user account cache --- .../Region/Framework/Interfaces/IUserAccountCacheModule.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 OpenSim/Region/Framework/Interfaces/IUserAccountCacheModule.cs (limited to 'OpenSim/Region/Framework/Interfaces/IUserAccountCacheModule.cs') diff --git a/OpenSim/Region/Framework/Interfaces/IUserAccountCacheModule.cs b/OpenSim/Region/Framework/Interfaces/IUserAccountCacheModule.cs new file mode 100644 index 0000000..d1a4d8e --- /dev/null +++ b/OpenSim/Region/Framework/Interfaces/IUserAccountCacheModule.cs @@ -0,0 +1,13 @@ +/////////////////////////////////////////////////////////////////// +// +// (c) Careminster Limited, Melanie Thielker and the Meta7 Team +// +// This file is not open source. All rights reserved +// + +using OpenSim.Region.Framework.Scenes; + +public interface IUserAccountCacheModule +{ + void Remove(string name); +} -- cgit v1.1