keeping opensim safe for children -- made some namespace references less explicit

This commit is contained in:
Jeff Ames
2007-12-04 22:14:53 +00:00
parent 54c070608e
commit f195725db4
18 changed files with 54 additions and 96 deletions

View File

@@ -25,6 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
namespace OpenSim.Framework.Servers
{
/*
@@ -113,8 +114,7 @@ namespace OpenSim.Framework.Servers
}
catch (Exception)
{
OpenSim.Framework.Console.MainLog.Instance.Warn("CheckSumServer.cs:ProcessOutPacket() - WARNING: Socket exception occurred on connection ");
MainLog.Instance.Warn("CheckSumServer.cs:ProcessOutPacket() - WARNING: Socket exception occurred on connection ");
}
}