Annotation of nono/host/netdriver_none.cpp, revision 1.1.1.3

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: 
                      7: #include "netdriver_none.h"
                      8: 
                      9: // コンストラクタ
                     10: NetDriverNone::NetDriverNone()
                     11:        : inherited("None", NULL, NULL, NULL)
                     12: {
                     13: }
                     14: 
                     15: // デストラクタ
                     16: NetDriverNone::~NetDriverNone()
                     17: {
                     18: }
                     19: 
                     20: // 初期化 & オープン
                     21: bool
                     22: NetDriverNone::Init()
                     23: {
1.1.1.3 ! root       24:        putmsg(1, "NetDriverNone");
1.1       root       25:        return true;
                     26: }
                     27: 
                     28: // パケットを送信する
                     29: bool
                     30: NetDriverNone::SendPacket(const std::vector<uint8>& data)
                     31: {
                     32:        return true;
                     33: }
                     34: 
                     35: // 受信スレッド
                     36: void
                     37: NetDriverNone::ThreadRun()
                     38: {
                     39: }

unix.superglobalmegacorp.com

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