safer hls kill

This commit is contained in:
Luke Pulverenti
2013-10-03 10:14:40 -04:00
parent eb72c2db51
commit 16fd474ad3
17 changed files with 57 additions and 30 deletions

View File

@@ -125,5 +125,12 @@ namespace MediaBrowser.Common
/// </summary>
/// <returns>Task.</returns>
Task Init();
/// <summary>
/// Creates the instance.
/// </summary>
/// <param name="type">The type.</param>
/// <returns>System.Object.</returns>
object CreateInstance(Type type);
}
}