diff options
author | MW | 2007-06-24 18:40:02 +0000 |
---|---|---|
committer | MW | 2007-06-24 18:40:02 +0000 |
commit | d607914f6a7e0ef7890ae229474a1ad90511868f (patch) | |
tree | 0030127df56b96c774faaf8e73a74620d0a13c54 /OpenSim/OpenSim.Caches/AssetCache.cs | |
parent | * Updated to use multi-listeners (diff) | |
download | opensim-SC_OLD-d607914f6a7e0ef7890ae229474a1ad90511868f.zip opensim-SC_OLD-d607914f6a7e0ef7890ae229474a1ad90511868f.tar.gz opensim-SC_OLD-d607914f6a7e0ef7890ae229474a1ad90511868f.tar.bz2 opensim-SC_OLD-d607914f6a7e0ef7890ae229474a1ad90511868f.tar.xz |
Hopefully enabled the OGS commsManager
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSim.Caches/AssetCache.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/OpenSim.Caches/AssetCache.cs b/OpenSim/OpenSim.Caches/AssetCache.cs index f310752..d0cc370 100644 --- a/OpenSim/OpenSim.Caches/AssetCache.cs +++ b/OpenSim/OpenSim.Caches/AssetCache.cs | |||
@@ -39,6 +39,7 @@ using OpenSim.Framework.Utilities; | |||
39 | namespace OpenSim.Caches | 39 | namespace OpenSim.Caches |
40 | { | 40 | { |
41 | public delegate void DownloadComplete(AssetCache.TextureSender sender); | 41 | public delegate void DownloadComplete(AssetCache.TextureSender sender); |
42 | |||
42 | /// <summary> | 43 | /// <summary> |
43 | /// Manages local cache of assets and their sending to viewers. | 44 | /// Manages local cache of assets and their sending to viewers. |
44 | /// </summary> | 45 | /// </summary> |