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
/
build
/
libbe
/
app
/
Looper.cpp
blob
52254879a1ab1fea265664ec02bb7c09649b1533
1
/*
2
* Copyright 2011, Ingo Weinhold, ingo_weinhold@gmx.de.
3
* Distributed under the terms of the MIT License.
4
*/
5
6
7
#include <Looper.h>
8
9
10
BLooper
::
BLooper
(
const char
*
name
,
int32 priority
,
int32 port_capacity
)
11
{
12
}