Handles the PONG command. [詳解]
#include "Client.hpp"
#include "ICommand.hpp"
#include "Server.hpp"
[ソースコード]
Handles the PONG command.
This file defines the PongCommand class, which is a reply to a PING command.
PongCommand.hpp に定義があります。