From 2ffa23f0764735fcb21a44c7039a40069f64a225 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 28 Jun 2014 15:25:14 +0900 Subject: [PATCH] Moved AuthenticationChallenge under the WebSocketSharp.Net namespace --- websocket-sharp/{ => Net}/AuthenticationChallenge.cs | 3 +-- websocket-sharp/websocket-sharp.csproj | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename websocket-sharp/{ => Net}/AuthenticationChallenge.cs (98%) diff --git a/websocket-sharp/AuthenticationChallenge.cs b/websocket-sharp/Net/AuthenticationChallenge.cs similarity index 98% rename from websocket-sharp/AuthenticationChallenge.cs rename to websocket-sharp/Net/AuthenticationChallenge.cs index d5dc022b..ac39f121 100644 --- a/websocket-sharp/AuthenticationChallenge.cs +++ b/websocket-sharp/Net/AuthenticationChallenge.cs @@ -29,9 +29,8 @@ using System; using System.Collections.Specialized; using System.Text; -using WebSocketSharp.Net; -namespace WebSocketSharp +namespace WebSocketSharp.Net { internal class AuthenticationChallenge { diff --git a/websocket-sharp/websocket-sharp.csproj b/websocket-sharp/websocket-sharp.csproj index 372cc227..bcd95cca 100644 --- a/websocket-sharp/websocket-sharp.csproj +++ b/websocket-sharp/websocket-sharp.csproj @@ -110,7 +110,6 @@ - @@ -135,6 +134,7 @@ +