Rev 1916 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1916 | Rev 1987 | ||
|---|---|---|---|
| Line 20... | Line 20... | ||
| 20 | 20 | ||
| 21 | #ifndef TYPE_BUFFER_H |
21 | #ifndef TYPE_BUFFER_H |
| 22 | #define TYPE_BUFFER_H |
22 | #define TYPE_BUFFER_H |
| 23 | 23 | ||
| 24 | #include <string> |
24 | #include <string> |
| - | 25 | #include <vector> |
|
| 25 | 26 | ||
| 26 | #include <boost/shared_ptr.hpp> |
27 | #include <boost/shared_ptr.hpp> |
| 27 | 28 | ||
| 28 | #include "common.h" |
29 | #include "common.h" |
| 29 | 30 | ||
| 30 | namespace atom { |
31 | namespace atom { |
| 31 | namespace common { |
32 | namespace common { |
| 32 | 33 | ||
| - | 34 | typedef std::vector<unsigned char> Byteset; |
|
| - | 35 | /* |
|
| 33 | class Byteset |
36 | class Byteset |
| 34 | { |
37 | { |
| 35 | public: |
38 | public: |
| 36 | typedef boost::shared_ptr<Byteset> Pointer; |
39 | typedef boost::shared_ptr<Byteset> Pointer; |
| 37 | 40 | |
|
| Line 62... | Line 65... | ||
| 62 | unsigned int max_size_; |
65 | unsigned int max_size_; |
| 63 | 66 | |
|
| 64 | unsigned int size_; |
67 | unsigned int size_; |
| 65 | 68 | |
|
| 66 | }; |
69 | }; |
| 67 | 70 | */ |
|
| 68 | }; // namespace type |
71 | }; // namespace type |
| 69 | }; // namespace atom |
72 | }; // namespace atom |
| 70 | 73 | ||
| 71 | #endif // TYPE_BUFFER_H |
74 | #endif // TYPE_BUFFER_H |