From 602442ecedf17800cddfdae188b05b40345cb011 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 12 六月 2020 12:08:46 +0800
Subject: [PATCH] version

---
 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