aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services
diff options
context:
space:
mode:
authorDiva Canto2013-02-05 16:28:25 -0800
committerDiva Canto2013-02-05 16:29:25 -0800
commit6e5d352bf6a30528102a595e8544e0105c1a1895 (patch)
tree1c60033d6826d9d2efef69976956568c60e46cc0 /OpenSim/Services
parentminor: Fix full scene part console report to show proper Light* names rather ... (diff)
downloadopensim-SC_OLD-6e5d352bf6a30528102a595e8544e0105c1a1895.zip
opensim-SC_OLD-6e5d352bf6a30528102a595e8544e0105c1a1895.tar.gz
opensim-SC_OLD-6e5d352bf6a30528102a595e8544e0105c1a1895.tar.bz2
opensim-SC_OLD-6e5d352bf6a30528102a595e8544e0105c1a1895.tar.xz
Changed protection of CreateDefaultAppearanceEntries to protected, so extensions of the UserAccountService can reuse this.
Diffstat (limited to 'OpenSim/Services')
-rw-r--r--OpenSim/Services/UserAccountService/UserAccountService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/UserAccountService/UserAccountService.cs b/OpenSim/Services/UserAccountService/UserAccountService.cs
index a281b3b..5b4d040 100644
--- a/OpenSim/Services/UserAccountService/UserAccountService.cs
+++ b/OpenSim/Services/UserAccountService/UserAccountService.cs
@@ -545,7 +545,7 @@ namespace OpenSim.Services.UserAccountService
545 return account; 545 return account;
546 } 546 }
547 547
548 private void CreateDefaultAppearanceEntries(UUID principalID) 548 protected void CreateDefaultAppearanceEntries(UUID principalID)
549 { 549 {
550 m_log.DebugFormat("[USER ACCOUNT SERVICE]: Creating default appearance items for {0}", principalID); 550 m_log.DebugFormat("[USER ACCOUNT SERVICE]: Creating default appearance items for {0}", principalID);
551 551