Added TimerProvider

This commit is contained in:
kay.one 2011-04-19 18:20:20 -07:00
commit 59899286ee
21 changed files with 353 additions and 359 deletions

View file

@ -1,14 +0,0 @@
using System;
namespace NzbDrone.Core.Helpers
{
public static class ServerHelper
{
public static string GetServerHostname()
{
//Both these seem to return the same result... Is on better than the other?
return Environment.MachineName;
//return Dns.GetHostName();
}
}
}