|
@@ -143,7 +143,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("card accept unhandled");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("card accept unhandled");
|
|
|
ctx->Answer(Error_InvalidState);
|
|
|
}
|
|
|
}
|
|
@@ -158,7 +158,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("card issue unhandled");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("card issue unhandled");
|
|
|
ctx->Answer(Error_InvalidState);
|
|
|
}
|
|
|
}
|
|
@@ -171,7 +171,7 @@ public:
|
|
|
~CancelAcceptEvent() {}
|
|
|
virtual void OnUnhandled()
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("card cancel accept unhandled");
|
|
|
+ //DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("card cancel accept unhandled");
|
|
|
}
|
|
|
};
|
|
|
|
|
@@ -185,7 +185,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("card read unhandled");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("card read unhandled");
|
|
|
ctx->Answer(Error_InvalidState);
|
|
|
}
|
|
|
}
|
|
@@ -202,7 +202,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("card read unhandled(new)");
|
|
|
+ //DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("card read unhandled(new)");
|
|
|
}
|
|
|
}
|
|
|
protected:
|
|
@@ -291,7 +291,6 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("card read unhandled");
|
|
|
ctx->Answer(Error_InvalidState);
|
|
|
}
|
|
|
}
|
|
@@ -308,7 +307,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("card read unhandled(new)");
|
|
|
+ DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("card read unhandled(new)");
|
|
|
}
|
|
|
}
|
|
|
protected:
|
|
@@ -352,7 +351,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("card issue ex unhandled");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("card issue ex unhandled");
|
|
|
ctx->Answer(Error_InvalidState);
|
|
|
}
|
|
|
}
|
|
@@ -384,7 +383,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("EjectJS Operate unhandled");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("EjectJS Operate unhandled");
|
|
|
}
|
|
|
}
|
|
|
};
|
|
@@ -399,7 +398,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("CaptureJS Operate unhandled");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("CaptureJS Operate unhandled");
|
|
|
}
|
|
|
}
|
|
|
};
|
|
@@ -414,7 +413,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("PostOnlineJS Operate unhandled");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("PostOnlineJS Operate unhandled");
|
|
|
}
|
|
|
}
|
|
|
};
|
|
@@ -429,7 +428,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("IssueFromBoxJS Operate unhandled");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("IssueFromBoxJS Operate unhandled");
|
|
|
}
|
|
|
}
|
|
|
};
|
|
@@ -453,7 +452,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("ReadJS Operate unhandled");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("ReadJS Operate unhandled");
|
|
|
}
|
|
|
}
|
|
|
};
|
|
@@ -468,7 +467,7 @@ public:
|
|
|
{
|
|
|
if (ctx != NULL)
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("InsertJS Operate unhandled");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("InsertJS Operate unhandled");
|
|
|
}
|
|
|
}
|
|
|
};
|
|
@@ -480,7 +479,7 @@ public:
|
|
|
~CancelInsertJSEvent() {}
|
|
|
virtual void OnUnhandled()
|
|
|
{
|
|
|
- DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM)("CancelInsertJS Operate unhandled");
|
|
|
+ DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_SYSTEM).setResultCode("RTA23CL")("CancelInsertJS Operate unhandled");
|
|
|
}
|
|
|
};
|
|
|
|