aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.cpp')
-rw-r--r--src/buffer.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/buffer.cpp b/src/buffer.cpp
index abb4fed..fef64b1 100644
--- a/src/buffer.cpp
+++ b/src/buffer.cpp
@@ -15,3 +15,23 @@ Bu::Buffer::~Buffer()
15{ 15{
16} 16}
17 17
18void Bu::Buffer::start()
19{
20}
21
22size_t Bu::Buffer::stop()
23{
24}
25
26size_t Bu::Buffer::read( void *pBuf, size_t nBytes )
27{
28}
29
30size_t Bu::Buffer::write( const void *pBuf, size_t nBytes )
31{
32}
33
34void Bu::Buffer::flush()
35{
36}
37