update mac project

This commit is contained in:
Luke
2016-11-13 23:50:23 -05:00
parent db5008644b
commit 9700a3be60
9 changed files with 116 additions and 310 deletions

View File

@@ -0,0 +1,15 @@
using MediaBrowser.Model.System;
namespace Emby.Server.Mac.Native
{
public class PowerManagement : IPowerManagement
{
public void PreventSystemStandby()
{
}
public void AllowSystemStandby()
{
}
}
}