Files
Sun1602/Tools/SunUpdateManager/SunUpdateAgent/Handler_AT.h
T
2022-10-26 12:25:11 +08:00

16 lines
255 B
C++

#pragma once
class UpdateToolSession;
#include <PacketStruct.h>
class Handler_AT
{
public:
Handler_AT(void);
~Handler_AT(void);
public:
static VOID OnHandler_MSG_MO_RTTG_PATCHRESULT_ANS( UpdateToolSession* pSession, MSG_BASE* pMsg, int nSize );
};