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
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
kits
/
media
/
MediaPlugin.cpp
blob
073e844b47813f1dc0412b69b956e118fef3627e
1
/*
2
** Copyright 2004, Marcus Overhagen. All rights reserved.
3
** Distributed under the terms of the MIT License.
4
*/
5
6
7
#include
"MediaPlugin.h"
8
9
10
MediaPlugin
::
MediaPlugin
()
11
:
12
fRefCount
(
0
)
13
{
14
}
15
16
17
MediaPlugin
::~
MediaPlugin
()
18
{
19
}
20