aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-02 20:11:20 +0000
committerJustin Clarke Casey2009-01-02 20:11:20 +0000
commita3af0e61eb819441488fa0fb982385afe43180b2 (patch)
tree71429784177e21c9a3501ec8d0eae8c238f25a68 /OpenSim/Region/ClientStack
parent* refactor: move event queue module code to its own folder (diff)
downloadopensim-SC_OLD-a3af0e61eb819441488fa0fb982385afe43180b2.zip
opensim-SC_OLD-a3af0e61eb819441488fa0fb982385afe43180b2.tar.gz
opensim-SC_OLD-a3af0e61eb819441488fa0fb982385afe43180b2.tar.bz2
opensim-SC_OLD-a3af0e61eb819441488fa0fb982385afe43180b2.tar.xz
* Add Nini.Config and System.Xml references to MockScene for Windows compilers
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/Tests/MockScene.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/Tests/MockScene.cs b/OpenSim/Region/ClientStack/LindenUDP/Tests/MockScene.cs
index 155b52d..6880973 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/Tests/MockScene.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/Tests/MockScene.cs
@@ -25,6 +25,8 @@
25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 25 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26 */ 26 */
27 27
28using System.Xml;
29using Nini.Config;
28using OpenMetaverse; 30using OpenMetaverse;
29using OpenSim.Framework; 31using OpenSim.Framework;
30using OpenSim.Region.Environment.Scenes; 32using OpenSim.Region.Environment.Scenes;