From cd8db6fa54cbec936346098939db986ae52776bb Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 2 Oct 2014 23:48:59 -0400 Subject: add connection manager interface --- MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'MediaBrowser.Model.Portable') diff --git a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj index 38232a1fd5..abd2f05bf0 100644 --- a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj +++ b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj @@ -74,6 +74,9 @@ ApiClient\ApiClientExtensions.cs + + ApiClient\ConnectionResult.cs + ApiClient\GeneralCommandEventArgs.cs @@ -83,12 +86,18 @@ ApiClient\IApiClient.cs + + ApiClient\IConnectionManager.cs + ApiClient\IServerEvents.cs ApiClient\ServerDiscoveryInfo.cs + + ApiClient\ServerInfo.cs + ApiClient\SessionUpdatesEventArgs.cs -- cgit v1.2.3