aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-12 20:10:39 +0000
committerJustin Clarke Casey2008-12-12 20:10:39 +0000
commit42ec7f4935294da556201d3116555408823cee46 (patch)
tree2f5c7052de149b5f4bc617eb0ec26132f91c1937
parent* Actually properly enable the purge folders test and correct some problems (diff)
downloadopensim-SC_OLD-42ec7f4935294da556201d3116555408823cee46.zip
opensim-SC_OLD-42ec7f4935294da556201d3116555408823cee46.tar.gz
opensim-SC_OLD-42ec7f4935294da556201d3116555408823cee46.tar.bz2
opensim-SC_OLD-42ec7f4935294da556201d3116555408823cee46.tar.xz
* minor: make AddRequest() protected since in principle it shouldn't be used outside the class and its descendents
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Cache/CachedUserInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
index b6ac6c9..80fd1ae 100644
--- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
+++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
@@ -108,7 +108,7 @@ namespace OpenSim.Framework.Communications.Cache
108 /// is executed immediately instead. 108 /// is executed immediately instead.
109 /// </summary> 109 /// </summary>
110 /// <param name="parent"></param> 110 /// <param name="parent"></param>
111 public void AddRequest(IInventoryRequest request) 111 protected void AddRequest(IInventoryRequest request)
112 { 112 {
113 lock (m_pendingRequests) 113 lock (m_pendingRequests)
114 { 114 {