Rev 1952 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1952 | Rev 1987 | ||
|---|---|---|---|
| Line 21... | Line 21... | ||
| 21 | #include "Byteset.h" |
21 | #include "Byteset.h" |
| 22 | 22 | ||
| 23 | #include "string.h" |
23 | #include "string.h" |
| 24 | 24 | ||
| 25 | #include <boost/lexical_cast.hpp> |
25 | #include <boost/lexical_cast.hpp> |
| 26 | 26 | /* |
|
| 27 | namespace atom { |
27 | namespace atom { |
| 28 | namespace common { |
28 | namespace common { |
| 29 | 29 | |
|
| 30 | Byteset::Byteset(unsigned int max_size) |
30 | Byteset::Byteset(unsigned int max_size) |
| 31 | { |
31 | { |
| Line 132... | Line 132... | ||
| 132 | this->size_ = 0; |
132 | this->size_ = 0; |
| 133 | } |
133 | } |
| 134 | 134 | |
|
| 135 | }; // namespace type |
135 | }; // namespace type |
| 136 | }; // namespace atom |
136 | }; // namespace atom |
| - | 137 | */ |
|