From eb662c2cbacf7a2ade584086b5a973bb11729990 Mon Sep 17 00:00:00 2001 From: N2614 Date: Tue, 26 Apr 2011 11:57:48 +0000 Subject: [PATCH] =?UTF-8?q?=E8=AD=A6=E5=91=8A=E5=AF=BE=E7=AD=96?= 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@224 385bec56-5757-e545-9c3a-d8741f4650f1 --- .../ConsoleDataMigration/sources/common/HardwareStateManager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/ConsoleDataMigration/sources/common/HardwareStateManager.h b/trunk/ConsoleDataMigration/sources/common/HardwareStateManager.h index 9fe909e..65b6525 100644 --- a/trunk/ConsoleDataMigration/sources/common/HardwareStateManager.h +++ b/trunk/ConsoleDataMigration/sources/common/HardwareStateManager.h @@ -22,6 +22,7 @@ namespace common { +// ハードウェア状態に依存するAPIをクッション class HardwareStateManager { public: @@ -41,8 +42,8 @@ public: void GetVersionData(common::VerDef* version); private: + NN_PADDING4; Util* m_pUtil; - }; }