瀏覽代碼

Moved UnsupportedSCSICommandException

Tal Aloni 8 年之前
父節點
當前提交
e1191de7cd
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      ISCSI/ISCSI.csproj
  2. 1 1
      ISCSI/Exceptions/UnsupportedSCSICommandException.cs

+ 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,