diff options
author | Justin Clarke Casey | 2009-01-02 20:11:20 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-02 20:11:20 +0000 |
commit | a3af0e61eb819441488fa0fb982385afe43180b2 (patch) | |
tree | 71429784177e21c9a3501ec8d0eae8c238f25a68 /OpenSim/Region/ClientStack | |
parent | * refactor: move event queue module code to its own folder (diff) | |
download | opensim-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.cs | 2 |
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 | ||
28 | using System.Xml; | ||
29 | using Nini.Config; | ||
28 | using OpenMetaverse; | 30 | using OpenMetaverse; |
29 | using OpenSim.Framework; | 31 | using OpenSim.Framework; |
30 | using OpenSim.Region.Environment.Scenes; | 32 | using OpenSim.Region.Environment.Scenes; |