repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tcp: Fix 64 bit build with debugging features enabled.
[haiku.git]
/
src
/
kits
/
media
/
MediaPlugin.cpp
blob
99f50ebe138a7d929d9b7d29c17b5bf77fbd7111
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