|
|
1.1 root 1: //
2: // nono
3: // Copyright (C) 2019 [email protected]
4: //
5:
6: #pragma once
7:
8: #include "netdriver.h"
9:
10: class NetDriverNone : public NetDriver
11: {
12: typedef NetDriver inherited;
13: public:
14: NetDriverNone();
15: virtual ~NetDriverNone();
16:
17: virtual bool Init();
18: virtual bool SendPacket(const std::vector<uint8>& data);
19: virtual void ThreadRun();
20: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.