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

15 lines
206 B
C++

#pragma once
#include <Session.h>
class UpdateAgentSession : public Session
{
public:
UpdateAgentSession(void);
~UpdateAgentSession(void);
public:
VOID ProcessRecvPacket( BYTE* pMsg, int nSize );
};