diff options
author | MW | 2009-02-26 20:18:29 +0000 |
---|---|---|
committer | MW | 2009-02-26 20:18:29 +0000 |
commit | 5254c1dfa7b4f39edad15ace082bf33b603cd466 (patch) | |
tree | 6bf7fdee48dbc8579f6e9760fbe11a2857c66601 | |
parent | Plumb in the RetrieveInstantMessages event that is sent by the viewer (diff) | |
download | opensim-SC-5254c1dfa7b4f39edad15ace082bf33b603cd466.zip opensim-SC-5254c1dfa7b4f39edad15ace082bf33b603cd466.tar.gz opensim-SC-5254c1dfa7b4f39edad15ace082bf33b603cd466.tar.bz2 opensim-SC-5254c1dfa7b4f39edad15ace082bf33b603cd466.tar.xz |
opps forgot to commit a changed file.
-rw-r--r-- | OpenSim/Framework/RegistryCore.cs | 2 |
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 | ||
5 | namespace OpenSim.Framework | 5 | namespace 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 | ||