wangzhengquan
2020-06-30 04ca103d9c561e62bbb557c5db30771c17a7bdbf
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: