mirror of
https://github.com/huihut/interview.git
synced 2025-12-18 21:14:38 +03:00
Design mode code comments are changed to English
https://github.com/huihut/interview/pull/73
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
|
||||
void AdapterMain()
|
||||
{
|
||||
// <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
// Create a power adapter
|
||||
IRussiaSocket * pAdapter = new PowerAdapter();
|
||||
|
||||
// <EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
// Recharge
|
||||
pAdapter->Charge();
|
||||
|
||||
SAFE_DELETE(pAdapter);
|
||||
|
||||
Reference in New Issue
Block a user