xref: /haiku/src/kits/media/experimental/MediaIO.cpp (revision 218a8c03cbadd95d8888b218930f514fa0b4fac4)
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 
BMediaIO()10 BMediaIO::BMediaIO()
11 {
12 }
13 
14 
BMediaIO(const BMediaIO &)15 BMediaIO::BMediaIO(const BMediaIO &)
16 {
17 	// copying not allowed...
18 }
19 
20 
~BMediaIO()21 BMediaIO::~BMediaIO()
22 {
23 }
24 
25 
26 // FBC
_ReservedMediaIO1()27 void BMediaIO::_ReservedMediaIO1() {}
_ReservedMediaIO2()28 void BMediaIO::_ReservedMediaIO2() {}
_ReservedMediaIO3()29 void BMediaIO::_ReservedMediaIO3() {}
_ReservedMediaIO4()30 void BMediaIO::_ReservedMediaIO4() {}
_ReservedMediaIO5()31 void BMediaIO::_ReservedMediaIO5() {}
32