From 0c78fc3dbcb6414fe39afcf175a73bc1107c1910 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Fri, 4 May 2007 06:51:18 +0000 Subject: Grid server V2.0! Now with extra crunchy SQL support. Status: * Prebuild will be broken, someone needs to update prebuild.xml with the new dependencies. * The sim status check function does not yet function. * Sims must be manually added to the database - automatic insertion isnt supported yet. --- OpenSim.Framework/SimProfileBase.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim.Framework/SimProfileBase.cs') diff --git a/OpenSim.Framework/SimProfileBase.cs b/OpenSim.Framework/SimProfileBase.cs index ffc66ec..cea21f0 100644 --- a/OpenSim.Framework/SimProfileBase.cs +++ b/OpenSim.Framework/SimProfileBase.cs @@ -5,6 +5,9 @@ using libsecondlife; namespace OpenSim.Framework.Sims { + /// + /// Depreciated + /// public class SimProfileBase { public LLUUID UUID; -- cgit v1.1