openMSX
Main Page
Namespaces
Classes
Files
File List
File Members
serial
DummyMidiOutDevice.cc
Go to the documentation of this file.
1
#include "
DummyMidiOutDevice.hh
"
2
3
namespace
openmsx {
4
5
void
DummyMidiOutDevice::recvByte
(
byte
/*value*/
,
EmuTime::param
/*time*/
)
6
{
7
// ignore
8
}
9
10
string_ref
DummyMidiOutDevice::getDescription
()
const
11
{
12
return
""
;
13
}
14
15
void
DummyMidiOutDevice::plugHelper
(
16
Connector
&
/*connector*/
,
EmuTime::param
/*time*/
)
17
{
18
}
19
20
void
DummyMidiOutDevice::unplugHelper
(
EmuTime::param
/*time*/
)
21
{
22
}
23
24
}
// namespace openmsx
Generated on Mon May 20 2013 12:16:57 for openMSX by
1.8.1.2