최종완료보고 버전
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
|
||||
#ifndef TELNET_SERVER__H
|
||||
#define TELNET_SERVER__H
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
|
||||
class HTelnetServer : public HTelnetHandler
|
||||
{
|
||||
public:
|
||||
HTelnetServer();
|
||||
~HTelnetServer();
|
||||
|
||||
int OnSendRetryToTransport() { return -1; }
|
||||
bool OnPrepareReceive() { return true; }
|
||||
};
|
||||
|
||||
#endif // HTTP_HANDLER__H
|
||||
Reference in New Issue
Block a user