⛏️ index : haiku.git

/* 
** Copyright 2004, Marcus Overhagen. All rights reserved.
** Distributed under the terms of the MIT License.
*/


#include "MediaPlugin.h"


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


MediaPlugin::~MediaPlugin()
{
}