jiubingdao
2025-07-30 923b017b4cafdd403b4dede621edfc8da925ec00
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