From c8f399dae81751100ee5b9893684fe37c6beeaa1 Mon Sep 17 00:00:00 2001 From: N2614 Date: Thu, 30 May 2013 01:31:16 +0000 Subject: [PATCH] =?UTF-8?q?=E7=84=A1=E7=B7=9A=E7=8A=B6=E6=85=8B=E3=82=92?= =?UTF-8?q?=E8=BF=94=E3=81=97=E3=81=A6=E3=81=84=E3=81=AA=E3=81=8B=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@750 385bec56-5757-e545-9c3a-d8741f4650f1 --- .../1stNUP_for_2ndNUP/sources/common/HardwareStateManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/1stNUP_for_2ndNUP/sources/common/HardwareStateManager.cpp b/branches/1stNUP_for_2ndNUP/sources/common/HardwareStateManager.cpp index cbece29..5b77ba8 100644 --- a/branches/1stNUP_for_2ndNUP/sources/common/HardwareStateManager.cpp +++ b/branches/1stNUP_for_2ndNUP/sources/common/HardwareStateManager.cpp @@ -85,7 +85,7 @@ void HardwareStateManager::SetWifiOff() bool HardwareStateManager::IsWifiOn() { - m_pUtil->IsWifiOn(); + return m_pUtil->IsWifiOn(); } }