]> git.deb.at Git - rhonda/impostor.hazel.git/commitdiff
Made private
authorJamJar00 <jamster.30@btinternet.com>
Tue, 17 May 2016 13:20:11 +0000 (14:20 +0100)
committerJamJar00 <jamster.30@btinternet.com>
Tue, 17 May 2016 13:20:11 +0000 (14:20 +0100)
Hazel/StateObject.cs

index f1fc1c3d5ff3dfdaecfe30758961a8554312d419..b025b5a750619c9b8f38922c8362b123f02027a4 100644 (file)
@@ -7,9 +7,9 @@ using System.Threading.Tasks;
 namespace Hazel
 {
     /// <summary>
-    ///     Represents the state of the current receive operation for TCP and Pipe connections.
+    ///     Represents the state of the current receive operation for TCP connections.
     /// </summary>
-    public struct StateObject
+    struct StateObject
     {
         /// <summary>
         ///     The buffer we're receiving.