diff options
Diffstat (limited to 'Emby.Dlna/IConnectionManager.cs')
| -rw-r--r-- | Emby.Dlna/IConnectionManager.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Emby.Dlna/IConnectionManager.cs b/Emby.Dlna/IConnectionManager.cs new file mode 100644 index 0000000000..5f889a34ca --- /dev/null +++ b/Emby.Dlna/IConnectionManager.cs @@ -0,0 +1,7 @@ + +namespace Emby.Dlna +{ + public interface IConnectionManager : IEventManager, IUpnpService + { + } +} |
