mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
== 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:
@@ -28,6 +28,7 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using libsecondlife;
|
||||
using OpenSim.Framework.Types;
|
||||
using OpenSim.Framework.Utilities;
|
||||
using System.Data;
|
||||
using System.Data.SqlTypes;
|
||||
|
||||
Reference in New Issue
Block a user