Browse Source

Z991239-6255 #comment feat: 文件改名

Signed-Off-By: commit-hook
刘文涛80174520 4 months ago
parent
commit
2c186dac2a

+ 1 - 1
DevAdapter/include/CardAssist.h

@@ -5,7 +5,7 @@
 #include "ICDataElement.h"
 #include "CardIssuerClass.h"
 #include "RFICClass.h"
-#include "../../Module/mod_CardIssuerStand/CardIssuer_UserErrorCode.h"
+#include "../../Module/mod_CardIssuerStand/CardIssuerStand_UserErrorCode.h"
 #include "../../Module/mod_cardissuerstore/CardIssuerStore_UserErrorCode.h"
 #include "../../Module/mod_ContactlessCard/ContactlessCard_UserErrorCode.h"
 

+ 1 - 1
Module/mod_CardIssuerStand/CardIssuerFSM.cpp

@@ -6,7 +6,7 @@
 #include "RVCComm.h"
 //oilyang@20200522 go on using
 // deprecated!! [4/17/2020 16:15 @Gifur]
-#include "CardIssuer_UserErrorCode.h"	//后续替代EventCode.h,暂时混合使用,时间太紧
+#include "CardIssuerStand_UserErrorCode.h"	//后续替代EventCode.h,暂时混合使用,时间太紧
 #include "CardIssuerStand_msg_g.h"
 #include "ModuleMix.h"
 

+ 0 - 0
Module/mod_CardIssuerStand/CardIssuer_UserErrorCode.h → Module/mod_CardIssuerStand/CardIssuerStand_UserErrorCode.h


+ 1 - 1
Module/mod_CardReadAdapter/CardReadAdapterFSM.h

@@ -8,7 +8,7 @@
 #include "CommEntityUtil.hpp"
 #include "CardIssuerClass.h"
 //#include "CardAssist.h"
-#include "CardIssuer_UserErrorCode.h"
+#include "CardIssuerStand_UserErrorCode.h"
 #include "CardIssuerStore_UserErrorCode.h"
 //#include "ICDataElement.h"
 using namespace CardReadAdapter;