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
/
tests
/
kits
/
app
/
bmessagequeue
/
MessageQueueTest.h
blob
2d781e95ae13e3e79ec774a8a7b20d464a7cf2f5
1
#ifndef _message_queue_test_h_
2
#define _message_queue_test_h_
3
4
class CppUnit
::
Test
;
5
6
CppUnit
::
Test
*
MessageQueueTestSuite
();
7
8
#endif
// _message_queue_test_h_
9
10
11
12
13
14