From 40d2ffda4588fe21f10d17700ce4cff9998361c0 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Wed, 4 Oct 2017 17:37:53 +0300 Subject: [PATCH] Moved SessionInformation --- SMBLibrary/SMBLibrary.csproj | 2 +- SMBLibrary/Server/{ => Information}/SessionInformation.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename SMBLibrary/Server/{ => Information}/SessionInformation.cs (100%) diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj index 7b812b9..eb9faf9 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.csproj @@ -222,8 +222,8 @@ + - diff --git a/SMBLibrary/Server/SessionInformation.cs b/SMBLibrary/Server/Information/SessionInformation.cs similarity index 100% rename from SMBLibrary/Server/SessionInformation.cs rename to SMBLibrary/Server/Information/SessionInformation.cs