* Cleanup
* Added copyright. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31918 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
/*
|
||||
* Copyright 2003, Marcus Overhagen. All rights reserved.
|
||||
* Distributed under the terms of the MIT license.
|
||||
*/
|
||||
#ifndef _MEDIA_PLUGIN_H
|
||||
#define _MEDIA_PLUGIN_H
|
||||
|
||||
#include <BeBuild.h>
|
||||
#include <SupportDefs.h>
|
||||
|
||||
namespace BPrivate { namespace media {
|
||||
|
||||
class MediaPlugin
|
||||
{
|
||||
class MediaPlugin {
|
||||
public:
|
||||
MediaPlugin();
|
||||
virtual ~MediaPlugin();
|
||||
@@ -22,4 +24,4 @@ using namespace BPrivate::media;
|
||||
|
||||
extern "C" MediaPlugin* instantiate_plugin();
|
||||
|
||||
#endif
|
||||
#endif // _MEDIA_PLUGIN_H
|
||||
|
||||
Reference in New Issue
Block a user