Files
2026-08-07 17:38:18 +09:00

15 lines
182 B
C++

#pragma once
// CNoticeTransSocket 명령 대상입니다.
class CNoticeTransSocket : public CSocket
{
public:
CNoticeTransSocket();
virtual ~CNoticeTransSocket();
};