mmhguo
2025-07-30 8c16677f55fe27708fcccf22cab772b1abd514ba
Server/付林涛/code/tianKai/uploador.h
@@ -30,7 +30,7 @@
private:
    void processBuffer();
public:
    int upfile(char* data, int rlen);
    int upfile(std::shared_ptr<char> buf, int rlen);
};
#endif // UPLOADOR_H