From 2454b72c93c29ab67e14713e81d91e3dee79fa2e Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Thu, 23 Aug 2012 14:35:44 -0400 Subject: Comments and cleanup. ALso updated ffmpeg + ffprobe --- MediaBrowser.Common/Configuration/BaseApplicationPaths.cs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'MediaBrowser.Common/Configuration/BaseApplicationPaths.cs') diff --git a/MediaBrowser.Common/Configuration/BaseApplicationPaths.cs b/MediaBrowser.Common/Configuration/BaseApplicationPaths.cs index ae4528013..d030da844 100644 --- a/MediaBrowser.Common/Configuration/BaseApplicationPaths.cs +++ b/MediaBrowser.Common/Configuration/BaseApplicationPaths.cs @@ -1,14 +1,13 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; +using System.Configuration; using System.IO; -using System.Configuration; using System.Reflection; namespace MediaBrowser.Common.Configuration { + /// + /// Provides a base class to hold common application paths used by both the UI and Server. + /// This can be subclassed to add application-specific paths. + /// public abstract class BaseApplicationPaths { private string _programDataPath; -- cgit v1.2.3