Refactor DebuggerCommand.
Rename onClient to onClientImpl and move to protected space. Rename onClientD to onClient. Add comments.
Esse commit está contido em:
@@ -111,8 +111,8 @@ void CmdVariable::PrintVariables(DebuggerClient *client, CArrRef variables,
|
||||
}
|
||||
}
|
||||
|
||||
bool CmdVariable::onClient(DebuggerClient *client) {
|
||||
if (DebuggerCommand::onClient(client)) return true;
|
||||
bool CmdVariable::onClientImpl(DebuggerClient *client) {
|
||||
if (DebuggerCommand::onClientImpl(client)) return true;
|
||||
|
||||
String text;
|
||||
if (client->argCount() == 1) {
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário