diff options
author | Melanie Thielker | 2008-08-19 02:12:40 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-08-19 02:12:40 +0000 |
commit | 6d2e1ad6ba73fb0eba51b3885ff0a4d7d1b5d611 (patch) | |
tree | 349f4db157d3776b5f8491ba230f5400b27551a4 /OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | |
parent | * If two regions have configuration information that conflicts (save xy locat... (diff) | |
download | opensim-SC_OLD-6d2e1ad6ba73fb0eba51b3885ff0a4d7d1b5d611.zip opensim-SC_OLD-6d2e1ad6ba73fb0eba51b3885ff0a4d7d1b5d611.tar.gz opensim-SC_OLD-6d2e1ad6ba73fb0eba51b3885ff0a4d7d1b5d611.tar.bz2 opensim-SC_OLD-6d2e1ad6ba73fb0eba51b3885ff0a4d7d1b5d611.tar.xz |
Attachment persistence!!! Patch #9169 (Mantis #1171)
Attachments now save to MySQL. No reattach on login yet.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1UserServices.cs')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index 1d86646..2223aeb 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | |||
@@ -776,21 +776,5 @@ namespace OpenSim.Region.Communications.OGS1 | |||
776 | // Return Empty list (no friends) | 776 | // Return Empty list (no friends) |
777 | } | 777 | } |
778 | } | 778 | } |
779 | |||
780 | public void AddAttachment(LLUUID user, LLUUID item) | ||
781 | { | ||
782 | return; | ||
783 | } | ||
784 | |||
785 | public void RemoveAttachment(LLUUID user, LLUUID item) | ||
786 | { | ||
787 | return; | ||
788 | } | ||
789 | |||
790 | public List<LLUUID> GetAttachments(LLUUID user) | ||
791 | { | ||
792 | return new List<LLUUID>(); | ||
793 | } | ||
794 | |||
795 | } | 779 | } |
796 | } | 780 | } |