Explorar o código

Update BaseMonoApp.cs

Luke %!s(int64=9) %!d(string=hai) anos
pai
achega
c838ae4b92
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      MediaBrowser.Server.Mac/Native/BaseMonoApp.cs

+ 10 - 0
MediaBrowser.Server.Mac/Native/BaseMonoApp.cs

@@ -46,6 +46,16 @@ namespace MediaBrowser.Server.Mac
                 return false;
             }
         }
+
+        public void PreventSystemStandby()
+        {
+
+        }
+
+        public void AllowSystemStandby()
+        {
+
+        }
         
         public IDbConnector GetDbConnector()
         {