aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL
diff options
context:
space:
mode:
authorSean Dague2008-05-15 20:25:42 +0000
committerSean Dague2008-05-15 20:25:42 +0000
commit4a9ee9f870b53abbc5ba8814c35d694c3fd186a1 (patch)
treefdda61e205703df149540656660e1efcd1f079f8 /OpenSim/Data/MySQL
parent* Removing NUnit tests from CI build server temporarily while we work out wha... (diff)
downloadopensim-SC_OLD-4a9ee9f870b53abbc5ba8814c35d694c3fd186a1.zip
opensim-SC_OLD-4a9ee9f870b53abbc5ba8814c35d694c3fd186a1.tar.gz
opensim-SC_OLD-4a9ee9f870b53abbc5ba8814c35d694c3fd186a1.tar.bz2
opensim-SC_OLD-4a9ee9f870b53abbc5ba8814c35d694c3fd186a1.tar.xz
testing avatar appearance as a user service
Diffstat (limited to 'OpenSim/Data/MySQL')
-rw-r--r--OpenSim/Data/MySQL/MySQLUserData.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Data/MySQL/MySQLUserData.cs b/OpenSim/Data/MySQL/MySQLUserData.cs
index 622a618..a1e1094 100644
--- a/OpenSim/Data/MySQL/MySQLUserData.cs
+++ b/OpenSim/Data/MySQL/MySQLUserData.cs
@@ -630,15 +630,15 @@ namespace OpenSim.Data.MySQL
630 630
631 /// Appearance 631 /// Appearance
632 /// TODO: stubs for now to get us to a compiling state gently 632 /// TODO: stubs for now to get us to a compiling state gently
633 override public AvatarAppearance GetUserAppearance(LLUUID user) 633 // override public AvatarAppearance GetUserAppearance(LLUUID user)
634 { 634 // {
635 return new AvatarAppearance(); 635 // return new AvatarAppearance();
636 } 636 // }
637 637
638 override public void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance) 638 // override public void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance)
639 { 639 // {
640 return; 640 // return;
641 } 641 // }
642 642
643 override public void AddAttachment(LLUUID user, LLUUID item) 643 override public void AddAttachment(LLUUID user, LLUUID item)
644 { 644 {