From 04ca103d9c561e62bbb557c5db30771c17a7bdbf Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 30 六月 2020 17:03:47 +0800
Subject: [PATCH] update
---
device/include/netdisk.h | 16 +++++++---------
1 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/device/include/netdisk.h b/device/include/netdisk.h
index 1af6837..b2b3fb6 100644
--- a/device/include/netdisk.h
+++ b/device/include/netdisk.h
@@ -28,22 +28,20 @@
} Netdisk_DownloadRequest;
-
+typedef struct DeviceInfo
+{
+ int startChannel; //璧峰閫氶亾鍙�
+ int maxChannels; //鏈�澶ч�氶亾鏁�
+
+} DeviceInfo;
// 缃戠粶纭洏 鎶借薄绫�
class Netdisk {
private:
std::string loginDataFile;
- struct DeviceInfo
- {
- int startChannel; //璧峰閫氶亾鍙�
- int maxChannels; //鏈�澶ч�氶亾鏁�
-
- };
+
protected:
-
-
DeviceInfo deviceInfo;
std::string deviceType; //璁惧绫诲瀷
std::string loginUUID;
--
Gitblit v1.8.0