checking that these two files are commented out
parent
c2ea7b99e1
commit
13a077674c
|
@ -24,7 +24,8 @@
|
||||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
/*using System;
|
/*
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using OpenSim.Region.Environment.Scenes;
|
using OpenSim.Region.Environment.Scenes;
|
||||||
|
@ -33,7 +34,7 @@ using OpenSim.Framework.Data.Base;
|
||||||
|
|
||||||
namespace OpenSim.Region.Environment.Modules
|
namespace OpenSim.Region.Environment.Modules
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
public class AppearanceRowMapper : BaseRowMapper<AvatarAppearance>
|
public class AppearanceRowMapper : BaseRowMapper<AvatarAppearance>
|
||||||
{
|
{
|
||||||
public AppearanceRowMapper(BaseSchema schema, AvatarAppearance obj)
|
public AppearanceRowMapper(BaseSchema schema, AvatarAppearance obj)
|
||||||
|
|
|
@ -40,7 +40,6 @@ using OpenSim.Framework.Data.Base;
|
||||||
|
|
||||||
namespace OpenSim.Region.Environment.Modules
|
namespace OpenSim.Region.Environment.Modules
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
public class AvatarFactoryModule : IAvatarFactory
|
public class AvatarFactoryModule : IAvatarFactory
|
||||||
{
|
{
|
||||||
private Scene m_scene = null;
|
private Scene m_scene = null;
|
||||||
|
|
Loading…
Reference in New Issue