aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMW2009-02-26 20:18:29 +0000
committerMW2009-02-26 20:18:29 +0000
commit5254c1dfa7b4f39edad15ace082bf33b603cd466 (patch)
tree6bf7fdee48dbc8579f6e9760fbe11a2857c66601 /OpenSim/Framework
parentPlumb in the RetrieveInstantMessages event that is sent by the viewer (diff)
downloadopensim-SC_OLD-5254c1dfa7b4f39edad15ace082bf33b603cd466.zip
opensim-SC_OLD-5254c1dfa7b4f39edad15ace082bf33b603cd466.tar.gz
opensim-SC_OLD-5254c1dfa7b4f39edad15ace082bf33b603cd466.tar.bz2
opensim-SC_OLD-5254c1dfa7b4f39edad15ace082bf33b603cd466.tar.xz
opps forgot to commit a changed file.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/RegistryCore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegistryCore.cs b/OpenSim/Framework/RegistryCore.cs
index 06732f5..c703f9f 100644
--- a/OpenSim/Framework/RegistryCore.cs
+++ b/OpenSim/Framework/RegistryCore.cs
@@ -4,7 +4,7 @@ using System.Text;
4 4
5namespace OpenSim.Framework 5namespace OpenSim.Framework
6{ 6{
7 public class RegistryCore 7 public class RegistryCore : IRegistryCore
8 { 8 {
9 protected Dictionary<Type, object> m_moduleInterfaces = new Dictionary<Type, object>(); 9 protected Dictionary<Type, object> m_moduleInterfaces = new Dictionary<Type, object>();
10 10