fertao
2025-07-30 42a0689070d775e8f3b0b82115c0b1397051d9d5
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