Rev 1309 | Rev 1322 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1309 | Rev 1319 | ||
|---|---|---|---|
| Line 10... | Line 10... | ||
| 10 | 10 | ||
| 11 | #include <vector> |
11 | #include <vector> |
| 12 | #include <string> |
12 | #include <string> |
| 13 | 13 | ||
| 14 | namespace atom { |
14 | namespace atom { |
| 15 | namespace |
15 | namespace message { |
| 16 | 16 | ||
| 17 | using namespace std; |
17 | using namespace std; |
| 18 | 18 | ||
| 19 | class BitBuffer { |
19 | class BitBuffer { |
| 20 | public: |
20 | public: |