|
@@ -751,18 +751,18 @@ public class ServiceMain extends Service {
|
|
|
///////////////////////////////////////////
|
|
|
// CookTop_Driver
|
|
|
///////////////////////////////////////////
|
|
|
-
|
|
|
- // 0. 로딩여부 판단
|
|
|
- // 1. Class 생성
|
|
|
- cooktop_Controller = new Cooktop_Controller();
|
|
|
-
|
|
|
- // 2. 등록
|
|
|
- RegistrationDeviceManager = cooktop_Controller;
|
|
|
-
|
|
|
- //bSetDeviceHandler = false;
|
|
|
-
|
|
|
- // 3. 초기화체크 드라이버 등록
|
|
|
- ServiceMain.deviceInitChecker.Add(attsName);
|
|
|
+//
|
|
|
+// // 0. 로딩여부 판단
|
|
|
+// // 1. Class 생성
|
|
|
+// cooktop_Controller = new Cooktop_Controller();
|
|
|
+//
|
|
|
+// // 2. 등록
|
|
|
+// RegistrationDeviceManager = cooktop_Controller;
|
|
|
+//
|
|
|
+// //bSetDeviceHandler = false;
|
|
|
+//
|
|
|
+// // 3. 초기화체크 드라이버 등록
|
|
|
+// ServiceMain.deviceInitChecker.Add(attsName);
|
|
|
}
|
|
|
else if (attsName.equals("MultiSwitch_Driver")) {
|
|
|
///////////////////////////////////////////
|