From 62c263d32b1cfb2dfc8e3681ea93f2dd33c077ca Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Mon, 24 Nov 2008 22:07:45 +0000 Subject: WIP: Adding a few things to PresenceModule. Not quite finished yet. --- OpenSim/Framework/FriendRegionInfo.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Framework/FriendRegionInfo.cs') diff --git a/OpenSim/Framework/FriendRegionInfo.cs b/OpenSim/Framework/FriendRegionInfo.cs index ee308ea..7315bc5 100644 --- a/OpenSim/Framework/FriendRegionInfo.cs +++ b/OpenSim/Framework/FriendRegionInfo.cs @@ -25,11 +25,14 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +using OpenMetaverse; + namespace OpenSim.Framework { public class FriendRegionInfo { public bool isOnline; public ulong regionHandle; + public UUID regionID; } } -- cgit v1.1