From d76075cddb480c86f819822b9af9f7603f2747a3 Mon Sep 17 00:00:00 2001 From: Wafa Sadri Date: Wed, 16 Apr 2014 14:54:00 +0200 Subject: [PATCH] Alles commited (inf3.csproj & Buffer_Wafa) --- inf3.csproj | 1 + src/Buffer_Wafa.cs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inf3.csproj b/inf3.csproj index 4f81ce7..9544d7b 100644 --- a/inf3.csproj +++ b/inf3.csproj @@ -68,6 +68,7 @@ + \ No newline at end of file diff --git a/src/Buffer_Wafa.cs b/src/Buffer_Wafa.cs index df1dbe4..5f75bdb 100644 --- a/src/Buffer_Wafa.cs +++ b/src/Buffer_Wafa.cs @@ -3,12 +3,12 @@ using System.Collections.Generic; namespace WorldOfPeacecraft { - public class Buffer + public class Buffer_Wafa { private Queue DotA2 = new Queue (); private int sizelimit; - public Buffer (int limit) + public Buffer_Wafa (int limit) { sizelimit = limit; }