29f1f4488e
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6239 a95241bf-73f2-0310-859d-f6bbb57e9c96
19 lines
216 B
C++
19 lines
216 B
C++
/*
|
|
** Copyright 2004, Marcus Overhagen. All rights reserved.
|
|
** Distributed under the terms of the OpenBeOS License.
|
|
*/
|
|
|
|
|
|
#include "MediaPlugin.h"
|
|
|
|
|
|
MediaPlugin::MediaPlugin()
|
|
{
|
|
}
|
|
|
|
|
|
MediaPlugin::~MediaPlugin()
|
|
{
|
|
}
|
|
|