Last change
on this file since 12766 was 10653, checked in by Michael Tänzer, 12 years ago |
Merge the ASIO branch back into trunk
|
File size:
545 bytes
|
Rev | Line | |
---|
| 1 | //-----------------------------------------------------------------------------
|
---|
| 2 | // Part of reboost (http://reboost.org). Released under the
|
---|
| 3 | // BSD 2-clause license (http://www.opensource.org/licenses/bsd-license.php).
|
---|
| 4 | // Copyright 2012, Sebastian Mies <mies@reboost.org> --- All rights reserved.
|
---|
| 5 | //-----------------------------------------------------------------------------
|
---|
| 6 | #ifndef REBOOST_BUFFERS_HPP_
|
---|
| 7 | #define REBOOST_BUFFERS_HPP_
|
---|
| 8 |
|
---|
| 9 | #include "buffer.hpp"
|
---|
| 10 | #include "shared_buffer.hpp"
|
---|
| 11 | #include "message.hpp"
|
---|
| 12 |
|
---|
| 13 | #endif /* REBOOST_BUFFERS_HPP_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.