mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces.
This commit is contained in:
@@ -32,7 +32,7 @@ using NHibernate;
|
||||
using NHibernate.SqlTypes;
|
||||
using NHibernate.UserTypes;
|
||||
|
||||
namespace OpenSim.Data.NHibernate
|
||||
namespace OpenSim.Data.NHibernate.Types
|
||||
{
|
||||
[Serializable]
|
||||
public class LLUUIDUserType: IUserType
|
||||
@@ -102,4 +102,4 @@ namespace OpenSim.Data.NHibernate
|
||||
get { return new SqlType [] { NHibernateUtil.String.SqlType }; }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user