placeholder for plugin security fix

This commit is contained in:
LukePulverenti
2013-02-23 17:44:42 -05:00
parent 637319e1ce
commit 6c86721f6d
2 changed files with 38 additions and 7 deletions

View File

@@ -151,5 +151,10 @@ namespace MediaBrowser.Common.Kernel
/// </summary>
/// <value>The rest services.</value>
IEnumerable<IRestfulService> RestServices { get; }
/// <summary>
/// Notifies the pending restart.
/// </summary>
void NotifyPendingRestart();
}
}