mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Update NSS to 3.35-RTM
This commit is contained in:
parent
fe49ad404e
commit
66dd670b60
388 changed files with 39075 additions and 20752 deletions
|
|
@ -10,6 +10,7 @@
|
|||
class DummyPrSocket : public DummyIOLayerMethods {
|
||||
public:
|
||||
DummyPrSocket(const uint8_t *buf, size_t len) : buf_(buf), len_(len) {}
|
||||
virtual ~DummyPrSocket() {}
|
||||
|
||||
int32_t Read(PRFileDesc *f, void *data, int32_t len) override;
|
||||
int32_t Write(PRFileDesc *f, const void *buf, int32_t length) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue