Annotation of nono/host/netdriver_none.h, revision 1.1.1.5

1.1       root        1: //
                      2: // nono
1.1.1.2   root        3: // Copyright (C) 2020 nono project
                      4: // Licensed under nono-license.txt
1.1       root        5: //
                      6: 
1.1.1.4   root        7: //
                      8: // ホストネットワークの none ドライバ
                      9: //
                     10: 
1.1       root       11: #pragma once
                     12: 
                     13: #include "netdriver.h"
                     14: 
                     15: class NetDriverNone : public NetDriver
                     16: {
1.1.1.2   root       17:        using inherited = NetDriver;
1.1       root       18:  public:
1.1.1.5 ! root       19:        explicit NetDriverNone(HostDevice *hostdev_);
1.1.1.2   root       20:        ~NetDriverNone() override;
1.1       root       21: 
1.1.1.4   root       22:        int Read(NetPacket *p) override;
                     23:        void Write(const void *buf, int buflen) override;
1.1       root       24: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.