Ver código fonte

update mac project

Luke 8 anos atrás
pai
commit
5192e8a6d2
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10 0
      MediaBrowser.Server.Mac/Native/BaseMonoApp.cs

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

@@ -205,6 +205,16 @@ namespace MediaBrowser.Server.Mac
 			return new NullPowerManagement ();
 			return new NullPowerManagement ();
 		}
 		}
 
 
+		public void EnableLoopback(string appName)
+		{
+
+		}
+
+		public bool PortsRequireAuthorization(string applicationPath)
+		{
+			return false;
+		}
+
         private NativeEnvironment GetEnvironmentInfo()
         private NativeEnvironment GetEnvironmentInfo()
         {
         {
             var info = new NativeEnvironment
             var info = new NativeEnvironment