mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
seems to compile ( tests comented out)
This commit is contained in:
@@ -47,7 +47,6 @@ namespace OpenSim.Services.Base
|
||||
|
||||
public T LoadPlugin<T>(string dllName, Object[] args) where T:class
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
// The path:type separator : is unfortunate because it collides
|
||||
// with Windows paths like C:\...
|
||||
// When the path provided includes the drive, this fails.
|
||||
@@ -55,11 +54,7 @@ namespace OpenSim.Services.Base
|
||||
string pathRoot = Path.GetPathRoot(dllName);
|
||||
string noRoot = dllName.Substring(pathRoot.Length);
|
||||
string[] parts = noRoot.Split(new char[] {':'});
|
||||
=======
|
||||
string pathRoot = Path.GetPathRoot(dllName);
|
||||
string noRoot = dllName.Substring(pathRoot.Length);
|
||||
string[] parts = noRoot.Split(new char[] { ':' });
|
||||
>>>>>>> avn/ubitvar
|
||||
|
||||
|
||||
dllName = pathRoot + parts[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user