mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-01-14 22:18:43 +00:00
Namespace renamed
This commit is contained in:
parent
5217668ef1
commit
fbf6cf3fec
@ -1,4 +1,4 @@
|
||||
namespace Libmpc
|
||||
namespace LibMpc
|
||||
{
|
||||
/// <summary>
|
||||
/// The scope specifier for search commands.
|
||||
|
@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace Libmpc
|
||||
namespace LibMpc
|
||||
{
|
||||
/// <summary>
|
||||
/// Is thrown when a command is to be executed on a disconnected <see cref="MpcConnection"/>
|
||||
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Net;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace Libmpc
|
||||
namespace LibMpc
|
||||
{
|
||||
public interface IMpc
|
||||
{
|
||||
|
@ -7,11 +7,11 @@ using System.Net.Sockets;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace Libmpc
|
||||
namespace LibMpc
|
||||
{
|
||||
/// <summary>
|
||||
/// Keeps the connection to the MPD server and handels the most basic structure of the
|
||||
/// MPD protocol. The high level commands are handeled in the <see cref="Libmpc.Mpc"/>
|
||||
/// MPD protocol. The high level commands are handeled in the <see cref="Mpc"/>
|
||||
/// class.
|
||||
/// </summary>
|
||||
public class MpcConnection
|
||||
|
@ -2,7 +2,7 @@
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Libmpc
|
||||
namespace LibMpc
|
||||
{
|
||||
/// <summary>
|
||||
/// The MpdDirectoryListing class contains the response of a MPD server to a list command.
|
||||
|
@ -2,7 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Libmpc
|
||||
namespace LibMpc
|
||||
{
|
||||
/// <summary>
|
||||
/// The MpdFile class contains all meta data for a file of the MPD.
|
||||
|
@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace Libmpc
|
||||
namespace LibMpc
|
||||
{
|
||||
/// <summary>
|
||||
/// The MpdOutput class contains all attributes of an output device of the MPD.
|
||||
|
@ -4,7 +4,7 @@ using System.Collections.ObjectModel;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace Libmpc
|
||||
namespace LibMpc
|
||||
{
|
||||
/// <summary>
|
||||
/// The MpdResponse class parses the response to an MPD command in it's most
|
||||
|
@ -1,6 +1,6 @@
|
||||
using System.Text;
|
||||
|
||||
namespace Libmpc
|
||||
namespace LibMpc
|
||||
{
|
||||
/// <summary>
|
||||
/// The MpdStatistics class contains statistics of the MPD file database.
|
||||
|
@ -1,6 +1,6 @@
|
||||
using System.Text;
|
||||
|
||||
namespace Libmpc
|
||||
namespace LibMpc
|
||||
{
|
||||
/// <summary>
|
||||
/// The possible states of the MPD.
|
||||
|
Loading…
Reference in New Issue
Block a user