xref: /haiku/src/apps/mediaplayer/supplier/AudioTrackSupplier.cpp (revision 079eccf655ba39812b421ae1b87a727d41b50354)
1 /*
2  * Copyright 2007, Haiku. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Stephan Aßmus <superstippi@gmx.de>
7  */
8 #include "AudioTrackSupplier.h"
9 
10 
11 AudioTrackSupplier::AudioTrackSupplier()
12 	: AudioReader()
13 {
14 }
15 
16 
17 AudioTrackSupplier::~AudioTrackSupplier()
18 {
19 }
20 
21