openMSX
DummyMidiOutDevice.cc
Go to the documentation of this file.
1 #include "DummyMidiOutDevice.hh"
2 
3 namespace openmsx {
4 
6 {
7  // ignore
8 }
9 
11 {
12  return "";
13 }
14 
16  Connector& /*connector*/, EmuTime::param /*time*/)
17 {
18 }
19 
21 {
22 }
23 
24 } // namespace openmsx