* minor: make AddRequest() protected since in principle it shouldn't be used outside the class and its descendents

0.6.1-post-fixes
Justin Clarke Casey 2008-12-12 20:10:39 +00:00
parent 1531035b14
commit 42ec7f4935
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ namespace OpenSim.Framework.Communications.Cache
/// is executed immediately instead.
/// </summary>
/// <param name="parent"></param>
public void AddRequest(IInventoryRequest request)
protected void AddRequest(IInventoryRequest request)
{
lock (m_pendingRequests)
{