1/*
2 * Copyright 2016 Dario Casalinuovo. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 *
5 */
6
7#include <MediaIO.h>
8
9
10BMediaIO::BMediaIO()
11{
12}
13
14
15BMediaIO::BMediaIO(const BMediaIO &)
16{
17	// copying not allowed...
18}
19
20
21BMediaIO::~BMediaIO()
22{
23}
24
25
26// FBC
27void BMediaIO::_ReservedMediaIO1() {}
28void BMediaIO::_ReservedMediaIO2() {}
29void BMediaIO::_ReservedMediaIO3() {}
30void BMediaIO::_ReservedMediaIO4() {}
31void BMediaIO::_ReservedMediaIO5() {}
32