From ac8ffb8db0a41607cba9f8d3576a9f6643ac86bb Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 25 Jan 2014 16:07:19 -0500 Subject: Added IAppHost.Name --- MediaBrowser.Common.Implementations/BaseApplicationHost.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Common.Implementations/BaseApplicationHost.cs') diff --git a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs index 8e9a287b6..9d2dd0838 100644 --- a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs +++ b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs @@ -165,6 +165,12 @@ namespace MediaBrowser.Common.Implementations protected IIsoManager IsoManager { get; private set; } + /// + /// Gets the name. + /// + /// The name. + public abstract string Name { get; } + /// /// Initializes a new instance of the class. /// -- cgit v1.2.3