root/src/kits/media/MediaPlugin.cpp
/* 
** Copyright 2004, Marcus Overhagen. All rights reserved.
** Distributed under the terms of the MIT License.
*/


#include "MediaPlugin.h"


MediaPlugin::MediaPlugin()
        :
        fRefCount(0)
{
}


MediaPlugin::~MediaPlugin()
{
}