separate event managers

This commit is contained in:
Luke Pulverenti
2014-05-20 21:15:46 -04:00
parent 1774e5b1ac
commit da943ebe99
10 changed files with 82 additions and 50 deletions

View File

@@ -1,7 +1,7 @@

namespace MediaBrowser.Controller.Dlna
{
public interface IContentDirectory : IUpnpService
public interface IContentDirectory : IEventManager, IUpnpService
{
}
}