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/hcnetdisk.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device/include/hcnetdisk.h b/device/include/hcnetdisk.h index eeee33d..d7be63a 100644 --- a/device/include/hcnetdisk.h +++ b/device/include/hcnetdisk.h @@ -11,8 +11,8 @@ private: - int downloadByTime_wrapper(long userid, int channel, struct tm *start, struct tm *end, char *destfile); - int saveRecordFile(int userId, char * srcfile, char * destfile); + int downloadByTime_wrapper(const long userid, const int channel, const struct tm *start, const struct tm *end, const char *destfile); + int saveRecordFile( int userId, char * srcfile, char * destfile); int _login(Netdisk_LoginInfo &loginInfo); public: -- Gitblit v1.8.0