mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Revert "Merge branch 'M17_AX25_FM'"
This reverts commite1427e3e37, reversing changes made tobcdba292eb.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2016,2020 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2016 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -22,10 +22,10 @@
|
||||
#include "SerialPort.h"
|
||||
#include "Modem.h"
|
||||
|
||||
class IModemSerialPort : public ISerialPort {
|
||||
class CModemSerialPort : public ISerialPort {
|
||||
public:
|
||||
IModemSerialPort(IModem* modem);
|
||||
virtual ~IModemSerialPort();
|
||||
CModemSerialPort(CModem* modem);
|
||||
virtual ~CModemSerialPort();
|
||||
|
||||
virtual bool open();
|
||||
|
||||
@@ -36,7 +36,7 @@ public:
|
||||
virtual void close();
|
||||
|
||||
private:
|
||||
IModem* m_modem;
|
||||
CModem* m_modem;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user