xref: /haiku/src/kits/media/MediaPlugin.cpp (revision 1214ef1b2100f2b3299fc9d8d6142e46f70a4c3f)
1 /*
2 ** Copyright 2004, Marcus Overhagen. All rights reserved.
3 ** Distributed under the terms of the OpenBeOS License.
4 */
5 
6 
7 #include "MediaPlugin.h"
8 
9 
10 MediaPlugin::MediaPlugin()
11 {
12 }
13 
14 
15 MediaPlugin::~MediaPlugin()
16 {
17 }
18 
19