mirror of
https://github.com/huihut/interview.git
synced 2026-03-13 10:02:55 +08:00
Design mode code comments are changed to English
https://github.com/huihut/interview/pull/73
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
#ifndef DESIGNPATTERN_TARGET_H
|
||||
#define DESIGNPATTERN_TARGET_H
|
||||
|
||||
// 俄罗斯提供的插座
|
||||
// Sockets provided by Russia
|
||||
class IRussiaSocket
|
||||
{
|
||||
public:
|
||||
// 使用双脚圆形充电(暂不实现)
|
||||
// Use both feet to charge in a round shape (not implemented yet)
|
||||
virtual void Charge() = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user