From 6d2e1ad6ba73fb0eba51b3885ff0a4d7d1b5d611 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Tue, 19 Aug 2008 02:12:40 +0000 Subject: Attachment persistence!!! Patch #9169 (Mantis #1171) Attachments now save to MySQL. No reattach on login yet. --- OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'OpenSim/Region/Communications/OGS1') 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 // Return Empty list (no friends) } } - - public void AddAttachment(LLUUID user, LLUUID item) - { - return; - } - - public void RemoveAttachment(LLUUID user, LLUUID item) - { - return; - } - - public List GetAttachments(LLUUID user) - { - return new List(); - } - } } -- cgit v1.1