== The "right name and place" commit ==

* Moved InventoryData to Framework.Types/InventoryItemBase.cs
* Moved UserData to Framework.Interfaces/IUserData.cs
* Moved UserProfileData to Framework/Types/UserProfileData.cs
* Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round)
* Changed some namespaces to reflect file structure
This commit is contained in:
lbsa71
2007-10-05 10:14:42 +00:00
parent 271a20742b
commit 5a65521203
35 changed files with 141 additions and 153 deletions

View File

@@ -29,6 +29,7 @@ using System;
using System.Collections.Generic;
using System.Data;
using libsecondlife;
using OpenSim.Framework.Types;
namespace OpenSim.Framework.Data.MySQL
{