diff options
author | Adam Frisby | 2007-05-04 06:51:18 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-04 06:51:18 +0000 |
commit | 0c78fc3dbcb6414fe39afcf175a73bc1107c1910 (patch) | |
tree | 4a25f82c32dfc92d23e644ca35099b41cc67dcb0 /OpenSim.Framework/SimProfileBase.cs | |
parent | Added Close() function to sanely terminate the grid data interfaces. Declarin... (diff) | |
download | opensim-SC_OLD-0c78fc3dbcb6414fe39afcf175a73bc1107c1910.zip opensim-SC_OLD-0c78fc3dbcb6414fe39afcf175a73bc1107c1910.tar.gz opensim-SC_OLD-0c78fc3dbcb6414fe39afcf175a73bc1107c1910.tar.bz2 opensim-SC_OLD-0c78fc3dbcb6414fe39afcf175a73bc1107c1910.tar.xz |
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.
Diffstat (limited to 'OpenSim.Framework/SimProfileBase.cs')
-rw-r--r-- | OpenSim.Framework/SimProfileBase.cs | 3 |
1 files changed, 3 insertions, 0 deletions
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; | |||
5 | 5 | ||
6 | namespace OpenSim.Framework.Sims | 6 | namespace OpenSim.Framework.Sims |
7 | { | 7 | { |
8 | /// <summary> | ||
9 | /// Depreciated | ||
10 | /// </summary> | ||
8 | public class SimProfileBase | 11 | public class SimProfileBase |
9 | { | 12 | { |
10 | public LLUUID UUID; | 13 | public LLUUID UUID; |