|
@@ -142,7 +142,7 @@ public:
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("Operate CardStore unhandled");
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
}
|
|
|
};
|
|
@@ -158,7 +158,7 @@ public:
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("card read unhandled");
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
}
|
|
|
protected:
|
|
@@ -205,7 +205,7 @@ public:
|
|
|
virtual void OnUnhandled()
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
protected:
|
|
|
private:
|
|
@@ -219,7 +219,7 @@ public:
|
|
|
virtual void OnUnhandled()
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
protected:
|
|
|
private:
|
|
@@ -233,7 +233,7 @@ public:
|
|
|
virtual void OnUnhandled()
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
|
|
|
protected:
|
|
@@ -248,7 +248,7 @@ public:
|
|
|
virtual void OnUnhandled()
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
protected:
|
|
|
private:
|
|
@@ -264,7 +264,7 @@ public:
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("card read unhandled");
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
}
|
|
|
protected:
|
|
@@ -295,7 +295,7 @@ public:
|
|
|
virtual void OnUnhandled()
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
protected:
|
|
|
private:
|
|
@@ -309,7 +309,7 @@ public:
|
|
|
virtual void OnUnhandled()
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
protected:
|
|
|
private:
|
|
@@ -325,7 +325,7 @@ public:
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("card issue ex unhandled");
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
}
|
|
|
};
|
|
@@ -340,7 +340,7 @@ public:
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("sam/ic unhandled");
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
}
|
|
|
};
|
|
@@ -354,7 +354,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL){
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("PrintCardIm unhandled");
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
}
|
|
|
};
|
|
@@ -367,7 +367,7 @@ public:
|
|
|
virtual void OnUnhandled()
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
- ctx->Answer(Error_InvalidState, CardIssuer_UserErrorCode_EntityInStateCannotProcess);
|
|
|
+ ctx->Answer(Error_InvalidState, CardIssuerStore_UserErrorCode_EntityInStateCannotProcess);
|
|
|
}
|
|
|
};
|
|
|
typedef struct EacQueryByEac_X1 {
|
|
@@ -1031,29 +1031,29 @@ private:
|
|
|
switch (eErr)
|
|
|
{
|
|
|
case Error_Dev_HopperHasNoCard:
|
|
|
- return CardIssuer_UserErrorCode_Dev_HopperHasNoCard;
|
|
|
+ return CardIssuerStore_UserErrorCode_Dev_HopperHasNoCard;
|
|
|
case Error_Dev_HopperMissing:
|
|
|
- return CardIssuer_UserErrorCode_Dev_HopperMissing;
|
|
|
+ return CardIssuerStore_UserErrorCode_Dev_HopperMissing;
|
|
|
case Error_Dev_TransCarJammed:
|
|
|
- return CardIssuer_UserErrorCode_Dev_TransCarJammed;
|
|
|
+ return CardIssuerStore_UserErrorCode_Dev_TransCarJammed;
|
|
|
case Error_Dev_RetainBinFull:
|
|
|
- return CardIssuer_UserErrorCode_Dev_RetainBinFull;
|
|
|
+ return CardIssuerStore_UserErrorCode_Dev_RetainBinFull;
|
|
|
case Error_Dev_RetainBinMissing:
|
|
|
- return CardIssuer_UserErrorCode_Dev_RetainBinMissing;
|
|
|
+ return CardIssuerStore_UserErrorCode_Dev_RetainBinMissing;
|
|
|
case Error_Dev_CardInReader:
|
|
|
- return CardIssuer_UserErrorCode_Dev_CardInReader;
|
|
|
+ return CardIssuerStore_UserErrorCode_Dev_CardInReader;
|
|
|
case Error_Dev_SlotHasNoCard:
|
|
|
- return CardIssuer_UserErrorCode_Dev_SlotHasNoCard;
|
|
|
+ return CardIssuerStore_UserErrorCode_Dev_SlotHasNoCard;
|
|
|
case Error_Dev_CardInSlot:
|
|
|
- return CardIssuer_UserErrorCode_Dev_CardInSlot;
|
|
|
+ return CardIssuerStore_UserErrorCode_Dev_CardInSlot;
|
|
|
case Error_Dev_NoCardInReader:
|
|
|
- return CardIssuer_UserErrorCode_Dev_NoCardInReader;
|
|
|
+ return CardIssuerStore_UserErrorCode_Dev_NoCardInReader;
|
|
|
case Error_Dev_CardJammed:
|
|
|
- return CardIssuer_UserErrorCode_Dev_CardJammed;
|
|
|
+ return CardIssuerStore_UserErrorCode_Dev_CardJammed;
|
|
|
case Error_Dev_SlotJammed:
|
|
|
- return CardIssuer_UserErrorCode_Dev_SlotJammed;
|
|
|
+ return CardIssuerStore_UserErrorCode_Dev_SlotJammed;
|
|
|
case Error_Dev_SlotInvalid:
|
|
|
- return CardIssuer_UserErrorCode_Dev_SlotInvalid;
|
|
|
+ return CardIssuerStore_UserErrorCode_Dev_SlotInvalid;
|
|
|
default:
|
|
|
bTrans = false;
|
|
|
return dwApiCode;
|