diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-28 20:13:12 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-28 20:13:12 -0400 |
| commit | 5eec770ae2ea61597f6e80877860d48f540b78e8 (patch) | |
| tree | 11fe056049580b48de571ef787ab789035af40fe /MediaBrowser.Model/ApiClient/IConnectionManager.cs | |
| parent | 5ca4d60c34c7ead76c388bd2c3ca192b38aae1f0 (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IConnectionManager.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IConnectionManager.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.Model/ApiClient/IConnectionManager.cs b/MediaBrowser.Model/ApiClient/IConnectionManager.cs index e4c67f3e3..e31900610 100644 --- a/MediaBrowser.Model/ApiClient/IConnectionManager.cs +++ b/MediaBrowser.Model/ApiClient/IConnectionManager.cs @@ -30,7 +30,9 @@ namespace MediaBrowser.Model.ApiClient /// Occurs when [connect user sign out]. /// </summary> event EventHandler<EventArgs> ConnectUserSignOut; - [Obsolete] + /// <summary> + /// Occurs when [remote logged out]. + /// </summary> event EventHandler<EventArgs> RemoteLoggedOut; /// <summary> @@ -90,7 +92,6 @@ namespace MediaBrowser.Model.ApiClient /// <summary> /// Gets the active api client instance /// </summary> - [Obsolete] IApiClient CurrentApiClient { get; } /// <summary> |
