Prechádzať zdrojové kódy

Moved UnsupportedSCSICommandException

Tal Aloni 8 rokov pred
rodič
commit
e1191de7cd

+ 1 - 1
ISCSI/ISCSI.csproj

@@ -44,7 +44,7 @@
     <Compile Include="PDU\Enums\LogoutReasonCode.cs" />
     <Compile Include="PDU\Enums\LogoutResponse.cs" />
     <Compile Include="PDU\Enums\RejectReason.cs" />
-    <Compile Include="Exceptions\UnsupportedSCSICommandException.cs" />
+    <Compile Include="SCSI\Exceptions\UnsupportedSCSICommandException.cs" />
     <Compile Include="PDU\RejectPDU.cs" />
     <Compile Include="SCSI\Enums\AddressingMethod.cs" />
     <Compile Include="SCSI\LUNStructure.cs" />

+ 1 - 1
ISCSI/Exceptions/UnsupportedSCSICommandException.cs

@@ -1,4 +1,4 @@
-/* Copyright (C) 2012-2015 Tal Aloni <tal.aloni.il@gmail.com>. All rights reserved.
+/* Copyright (C) 2012-2016 Tal Aloni <tal.aloni.il@gmail.com>. All rights reserved.
  * 
  * You can redistribute this program and/or modify it under the terms of
  * the GNU Lesser Public License as published by the Free Software Foundation,