diff options
author | Mike Mazur | 2009-02-03 08:31:08 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-03 08:31:08 +0000 |
commit | 949ae6136e24aee1cb8d06491fed75970cab38d2 (patch) | |
tree | 23d1f735e7997ab911b4de639cc5d5bca390477b /OpenSim/Region/Physics/OdePlugin/ODETestClass.cs | |
parent | Embed OpenSim.Data.addin.xml as a resource into OpenSim.Data.dll. (diff) | |
download | opensim-SC_OLD-949ae6136e24aee1cb8d06491fed75970cab38d2.zip opensim-SC_OLD-949ae6136e24aee1cb8d06491fed75970cab38d2.tar.gz opensim-SC_OLD-949ae6136e24aee1cb8d06491fed75970cab38d2.tar.bz2 opensim-SC_OLD-949ae6136e24aee1cb8d06491fed75970cab38d2.tar.xz |
Change access levels from private to protected to facilitate
subclassing; also add new method signatures. Thanks tuco and mikkopa.
Fix Mantis #3072.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODETestClass.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODETestClass.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs b/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs index c913639..b955e4b 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs | |||
@@ -37,9 +37,9 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
37 | [TestFixture] | 37 | [TestFixture] |
38 | public class ODETestClass | 38 | public class ODETestClass |
39 | { | 39 | { |
40 | private OdePlugin cbt; | 40 | protected OdePlugin cbt; |
41 | private PhysicsScene ps; | 41 | protected PhysicsScene ps; |
42 | private IMeshingPlugin imp; | 42 | protected IMeshingPlugin imp; |
43 | 43 | ||
44 | [SetUp] | 44 | [SetUp] |
45 | public void Initialize() | 45 | public void Initialize() |