Browse Source

Moved OpenedFileObject and ProcessStateObject to Server\ConnectionState\

Tal Aloni 8 years ago
parent
commit
b41f03e202

+ 2 - 2
SMBLibrary/SMBLibrary.csproj

@@ -103,6 +103,8 @@
     <Compile Include="RPC\Structures\ResultElement.cs" />
     <Compile Include="RPC\Structures\ResultList.cs" />
     <Compile Include="RPC\Structures\SyntaxID.cs" />
+    <Compile Include="Server\ConnectionState\OpenedFileObject.cs" />
+    <Compile Include="Server\ConnectionState\ProcessStateObject.cs" />
     <Compile Include="Server\ConnectionState\SMB1ConnectionState.cs" />
     <Compile Include="Server\Exceptions\EmptyPasswordNotAllowedException.cs" />
     <Compile Include="Server\Exceptions\InvalidRequestException.cs" />
@@ -112,8 +114,6 @@
     <Compile Include="Server\IndependentUserCollection.cs" />
     <Compile Include="Server\INTLMAuthenticationProvider.cs" />
     <Compile Include="Server\NameServer.cs" />
-    <Compile Include="Server\OpenedFileObject.cs" />
-    <Compile Include="Server\ProcessStateObject.cs" />
     <Compile Include="Server\Shares\FileSystemShare.cs" />
     <Compile Include="Server\Shares\ISMBShare.cs" />
     <Compile Include="Server\Shares\NamedPipeShare.cs" />

SMBLibrary/Server/OpenedFileObject.cs → SMBLibrary/Server/ConnectionState/OpenedFileObject.cs


SMBLibrary/Server/ProcessStateObject.cs → SMBLibrary/Server/ConnectionState/ProcessStateObject.cs